diff --git a/update.sh b/update.sh index 328cf65a..411e8583 100755 --- a/update.sh +++ b/update.sh @@ -62,7 +62,7 @@ function fuSELFUPDATE () { return fi ### DEV - myRESULT=$(git diff --name-only origin/master | grep "^update.sh") + myRESULT=$(git diff --name-only origin/update | grep "^update.sh") if [ "$myRESULT" == "update.sh" ]; then echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE"