From 9a1a732808a264d217e0f8f6d41e38d17e04a1bb Mon Sep 17 00:00:00 2001 From: t3chn0m4g3 Date: Tue, 21 Aug 2018 14:50:33 +0000 Subject: [PATCH] update --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 5776b39a..679b0bcf 100755 --- a/update.sh +++ b/update.sh @@ -67,7 +67,7 @@ function fuSELFUPDATE () { if [ "$myLOCALSTAT" == "0" ]; then echo "###### $myBLUE""Found newer version, will update myself and restart.""$myWHITE" - git reset --hard + git reset --hard git pull --force exec "$1" "$2" exit 1