changes to the sceduler for the test version with the right processing

This commit is contained in:
2026-09-07 23:08:46 +02:00
parent a0fa6bcc7a
commit a2a79be57b
4 changed files with 283 additions and 2 deletions
+7
View File
@@ -349,6 +349,13 @@ watcher_loop() {
echo "[ERROR] Fehler beim Neustart von: $SLUG" >&2
fi
;;
"deactivate")
if (cd "$TARGET_SYSTEM_DIR" && "$TARGET_SCRIPT" module "$SLUG" $TRIAL_MODULES_OFF); then
echo "[SUCCESS] Testversion deaktiviert: $SLUG"
else
echo "[ERROR] Testversion konnte nicht deaktiviert werden: $SLUG" >&2
fi
;;
"trial")
echo "[ERROR] Veralteter trial-Trigger für $SLUG: Testversionen müssen über add erstellt werden." >&2
;;