Dovecot Systax Problem
parent
eb96519bed
commit
ffa0fe5cd2
|
|
@ -75,6 +75,9 @@ echo "running" > "$STATE_DIR/state"
|
||||||
SRC="/opt/mailwolt-installer"
|
SRC="/opt/mailwolt-installer"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# <<< NEU: root darf dieses Repo lesen (gegen 'dubious ownership')
|
||||||
|
git config --global --add safe.directory "$SRC" || true
|
||||||
|
|
||||||
# falls shallow: Tags nachziehen
|
# falls shallow: Tags nachziehen
|
||||||
if [ -f "$SRC/.git/shallow" ]; then
|
if [ -f "$SRC/.git/shallow" ]; then
|
||||||
git -C "$SRC" fetch --unshallow --quiet || true
|
git -C "$SRC" fetch --unshallow --quiet || true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue