Dovecot Systax Problem
parent
eb96519bed
commit
ffa0fe5cd2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue