prepare for release 19.03.3

This commit is contained in:
t3chn0m4g3
2020-03-16 15:01:18 +00:00
parent 21d48ca2bb
commit 62aae45dd6
5 changed files with 20 additions and 76 deletions

View File

@ -63,7 +63,7 @@ function fuSELFUPDATE () {
echo "###### $myBLUE""No updates found in repository.""$myWHITE"
return
fi
myRESULT=$(git diff --name-only origin/dev | 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"