diff --git a/vargix-os b/vargix-os index 57a8a17..a646221 100755 --- a/vargix-os +++ b/vargix-os @@ -83,9 +83,10 @@ updateBuild () { updateScript () { git -C $scriptDIR pull - echo Script pulled you may need to restart vargix-os if theres been an update to it + echo Script pulled restarting script echo .. press any key to continue read -n 1 + exec "$ScriptLoc" return 0 }