This commit is contained in:
t3chn0m4g3
2018-08-21 14:51:46 +00:00
parent 9a1a732808
commit ae713199a7

View File

@ -60,7 +60,7 @@ function fuSELFUPDATE () {
echo "###### $myBLUE""No updates found in repository.""$myWHITE"
return
fi
myRESULT=$(git diff --name-only origin/master | grep update.sh)
myRESULT=$(git diff --name-only origin/18.04 | grep update.sh)
myLOCALSTAT=$(git status -uno | grep -c update.sh)
if [ "$myRESULT" == "update.sh" ];
then