Fix update.sh

This commit is contained in:
2023-06-22 13:34:04 +02:00
parent 3322060a9f
commit a4ffb097ea

View File

@@ -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