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