Prepare for merge into master

This commit is contained in:
Marco Ochse
2024-04-22 17:08:22 +02:00
parent 35d68c88cd
commit 0e73986772
6 changed files with 36 additions and 41 deletions

View File

@ -61,7 +61,7 @@ function fuSELFUPDATE () {
return
fi
### DEV
myRESULT=$(git diff --name-only origin/24.04 | grep "^update.sh")
myRESULT=$(git diff --name-only origin/master | grep "^update.sh")
if [ "$myRESULT" == "update.sh" ];
then
echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"