diff --git a/update.sh b/update.sh index 26d4ff13..89f8fa9e 100755 --- a/update.sh +++ b/update.sh @@ -70,7 +70,7 @@ function fuSELFUPDATE () { myLOCALSTAT=$(git status -uno | grep -c update.sh) if [ "$myRESULT" == "update.sh" ]; then - if [ "$myLOCALSTATUS" == "0" ]; + if [ "$myLOCALSTAT" == "0" ]; then echo "###### $myBLUE"Found newer version, will update myself and restart."$myWHITE" git pull --force