ADD update

This commit is contained in:
2026-01-29 12:48:43 +01:00
parent cc96df8efa
commit e36e507595
2 changed files with 2 additions and 2 deletions

2
update
View File

@@ -45,7 +45,7 @@ fi
# 5. Git-Upload (Commit & Push)
cd "$GIT_REPO_PATH"
if [ -d ".git" ]; then
if [ -d "../.git" ]; then
# Vor dem Push die neuesten Änderungen vom Server holen
git pull --rebase