0.9.5.1: Benutzerisolation vor jedem Lauf anwenden

This commit is contained in:
Terranom674
2026-08-18 17:06:07 +02:00
parent e53041f1c1
commit 2edacf5e0b

View File

@@ -10,6 +10,11 @@ if ! php "$SCRIPT_DIR/reconcile.php"; then
exit 1 exit 1
fi 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) configs=("$CONFIG_DIR"/connection-*.conf)
if [[ ${#configs[@]} -eq 0 ]]; then if [[ ${#configs[@]} -eq 0 ]]; then