From 87ec3911303fecc8b7695ae2b2a381d4f17ea1e9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 3 Feb 2019 20:02:54 -0600 Subject: [PATCH] Update linupx-scripts.sh --- linupx-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index da1657f..5792ccb 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -421,7 +421,7 @@ SCRIPT_MENU() { [Ss]) SHUTDOWN SCRIPT_MENU;; [Qq]) EXIT1 - exit 1;; + exit 0;; *) echo "Thats an invaild option,"; echo "please select a valid option only."; sleep 1;;