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 }