From 2b16604e6eff7de9fa55148faf6a9c9ad3a90fce Mon Sep 17 00:00:00 2001 From: Terranom674 Date: Tue, 18 Aug 2026 18:36:54 +0200 Subject: [PATCH] NC runtime: remove experimental user-filesystem reconcile --- runtime/run-all.sh | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/runtime/run-all.sh b/runtime/run-all.sh index d6ba109..2f953a2 100644 --- a/runtime/run-all.sh +++ b/runtime/run-all.sh @@ -10,11 +10,6 @@ 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 @@ -43,7 +38,8 @@ for config in "${configs[@]}"; do rm -f -- "$CONFIG_DIR/connection-$connection_id.conf" \ "$CONFIG_DIR/connection-$connection_id.db-password" \ "$CONFIG_DIR/connection-$connection_id.piwigo-password" \ - "$CONFIG_DIR/connection-$connection_id.storages.tsv" + "$CONFIG_DIR/connection-$connection_id.storages.tsv" \ + "$CONFIG_DIR/connection-$connection_id.roots.tsv" rm -f -- "$tombstone_dir/deleted-$connection_id" continue fi