From edc5188f083fb2ef2fa2e6e5420ae83e33dc7584 Mon Sep 17 00:00:00 2001 From: Marco Ochse Date: Tue, 12 Apr 2022 12:25:34 +0200 Subject: [PATCH] Update --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 1c0c6c74..1689e89b 100755 --- a/update.sh +++ b/update.sh @@ -74,7 +74,7 @@ function fuSELFUPDATE () { echo "###### $myBLUE""Found newer version, will be pulling updates and restart myself.""$myWHITE" git reset --hard git pull --force - exec "$1" "$2" + exec ./update.sh -y exit 1 else echo "###### $myBLUE""Pulling updates from repository.""$myWHITE"