This commit is contained in:
t3chn0m4g3
2019-04-04 08:26:33 +00:00
parent dfa7320380
commit 3edc0a7218
5 changed files with 15 additions and 3 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/fast | 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"