diff --git a/runtime/run-all.sh b/runtime/run-all.sh index 2f953a2..b61410b 100644 --- a/runtime/run-all.sh +++ b/runtime/run-all.sh @@ -10,6 +10,11 @@ if ! php "$SCRIPT_DIR/reconcile.php"; then exit 1 fi +if ! php "$SCRIPT_DIR/cleanup-stale.php"; then + echo "NC Connector: verwaiste Laufzeitdateien konnten nicht bereinigt werden." >&2 + exit 1 +fi + configs=("$CONFIG_DIR"/connection-*.conf) if [[ ${#configs[@]} -eq 0 ]]; then