From 42403612cdd0d7d84139d0e3c489502051ceeabb Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 1 Oct 2018 11:05:48 -0500 Subject: [PATCH] is.4 --- linupx-scripts.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/linupx-scripts.sh b/linupx-scripts.sh index abe7e9e..c6b1e67 100755 --- a/linupx-scripts.sh +++ b/linupx-scripts.sh @@ -203,8 +203,7 @@ WEBMIN_INSTALL() { echo "" echo -e "${Green}Webmin has been Installed${Color_Off}" if [ ${action-x} ]; then exit 0; fi - read -n 1 -s -p "Press any key to continue" - exit 0;; + read -n 1 -s -p "Press any key to continue";; * ) INSTALL_MENU;; esac }