From 1716a62023aa0d8363ab34c4d43b9cb3c121dd78 Mon Sep 17 00:00:00 2001 From: Kurtis Andrews Date: Sat, 29 Jun 2024 16:41:08 +1000 Subject: [PATCH] update --- vargix-os | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 }