made restart script work
This commit is contained in:
2024-08-17 06:58:14 +10:00
parent 0a6eba84fa
commit 5c1871fe3e

View File

@@ -97,7 +97,7 @@ updateScript () {
echo Script pulled restarting script
echo .. press any key to continue
read -n 1
exec "$ScriptLoc"
exec "$scriptDIR/vargix-os"
return 0
}