This commit is contained in:
2018-10-01 11:05:48 -05:00
parent d9c3a9eae2
commit 42403612cd

View File

@@ -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
}