From 2edacf5e0b6ca4b5b99b798fe23e9879afbbf128 Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Tue, 18 Aug 2026 17:06:07 +0200 Subject: [PATCH] 0.9.5.1: Benutzerisolation vor jedem Lauf anwenden --- runtime/run-all.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/runtime/run-all.sh b/runtime/run-all.sh index 898b795..d6ba109 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/reconcile-user-scope.php"; then + echo "NC Connector: benutzerbezogene Verbindungen konnten nicht sicher vorbereitet werden." >&2 + exit 1 +fi + configs=("$CONFIG_DIR"/connection-*.conf) if [[ ${#configs[@]} -eq 0 ]]; then