This commit is contained in:
Marco Ochse
2022-04-12 12:25:34 +02:00
committed by GitHub
parent cf3fdc68db
commit edc5188f08

View File

@ -74,7 +74,7 @@ function fuSELFUPDATE () {
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"
git reset --hard
git pull --force
exec "$1" "$2"
exec ./update.sh -y
exit 1
else
echo "###### $myBLUE""Pulling updates from repository.""$myWHITE"