From a4ffb097eaa6b303df4bbed8b0e8fa17173d46ce Mon Sep 17 00:00:00 2001 From: Lightemerald Date: Thu, 22 Jun 2023 13:34:04 +0200 Subject: [PATCH] Fix update.sh --- update.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/update.sh b/update.sh index 163b585..d770e66 100644 --- a/update.sh +++ b/update.sh @@ -3,6 +3,7 @@ git fetch if [ "$(git rev-parse HEAD)" != "$(git rev-parse "@{u}")" ]; then git stash && git pull + cd .. && chmod +x ./*.sh exec "$0" fi