diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index e63ee2ae..8585307c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -439,7 +439,8 @@ GUI(){ 6) LINUPX_UNINSTALL INSTALL_MENU;; [Qq]) EXIT1 - exit 1;; + break + exit 0;; *) echo "Thats an invaild option,"; echo "please select a valid option only."; sleep 1;;