From 9ef39d1af6c39969233cbf3168eeb84ad1887ef6 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Thu, 5 Oct 2017 22:40:31 +0000 Subject: [PATCH] fix typo --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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