diff --git a/config-6.18.7.patch b/config-6.18.7.patch index 42dc656..a16d445 100644 --- a/config-6.18.7.patch +++ b/config-6.18.7.patch @@ -1,5 +1,5 @@ --- ../config 2026-01-26 10:54:28.387950400 +0100 -+++ .config 2026-01-29 11:44:46.495480204 +0100 ++++ .config 2026-01-29 12:14:12.899741164 +0100 @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. diff --git a/update b/update index d34caaf..b33d0e2 100755 --- a/update +++ b/update @@ -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