Dovecot Systax Problem

main
boksbc 2025-10-25 15:07:05 +02:00
parent eb96519bed
commit ffa0fe5cd2
1 changed files with 3 additions and 0 deletions

View File

@ -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