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"