prepare for merge to master

This commit is contained in:
t3chn0m4g3
2019-04-01 12:49:07 +00:00
parent da134adbc8
commit 7e9cc240e3
3 changed files with 3 additions and 8 deletions

View File

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