From ffa0fe5cd2ebebd0935bccb83e8b3cf4317113a6 Mon Sep 17 00:00:00 2001 From: boksbc Date: Sat, 25 Oct 2025 15:07:05 +0200 Subject: [PATCH] Dovecot Systax Problem --- scripts/88-update-wrapper.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/88-update-wrapper.sh b/scripts/88-update-wrapper.sh index 9da2c9f..ac72172 100644 --- a/scripts/88-update-wrapper.sh +++ b/scripts/88-update-wrapper.sh @@ -75,6 +75,9 @@ echo "running" > "$STATE_DIR/state" SRC="/opt/mailwolt-installer" fi + # <<< NEU: root darf dieses Repo lesen (gegen 'dubious ownership') + git config --global --add safe.directory "$SRC" || true + # falls shallow: Tags nachziehen if [ -f "$SRC/.git/shallow" ]; then git -C "$SRC" fetch --unshallow --quiet || true