uncomment remove
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-03-13 15:04:04 +01:00
parent 1eb082cc47
commit 580866a0e6

View File

@@ -751,7 +751,7 @@ execute_task() {
deploy_additionals "$APP_DIR" "$DEPLOY_NAME" "$DEPLOY_PAYLOAD"
sh /scripts/check_pid.sh "$PID" "$SHARED" "deploy-$DEPLOY_NAME" "$DATE" "$DEBUG" &
elif [ "$DEPLOY_ACTION" == "uninstall" ]; then
#remove_additionals "$APP_DIR" "$DEPLOY_NAME"
remove_additionals "$APP_DIR" "$DEPLOY_NAME"
# uninstall has finished
JSON_TARGET=$(echo '{ "DATE": "'$DATE'", "STATUS": "2" }' | jq -r . | base64 -w0)
debug "JSON_TARGET: $JSON_TARGET"