tanner, prepare merger w/ master

This commit is contained in:
t3chn0m4g3
2020-03-09 09:44:26 +00:00
parent a18304dfdc
commit fb3777141b
4 changed files with 4 additions and 8 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"