keep # DEV tags, point 22.04.0 to master, prep PR

This commit is contained in:
t3chn0m4g3
2022-04-11 14:37:04 +00:00
parent f52f1a8f4f
commit 020500d333
5 changed files with 5 additions and 5 deletions

View File

@ -68,7 +68,7 @@ function fuSELFUPDATE () {
return
fi
### DEV
myRESULT=$(git diff --name-only origin/22.x | 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"