Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 22:21:18 -06:00
parent 06785a1635
commit e76dd53b5f

View File

@@ -123,7 +123,7 @@ MAIN_MENU() {
echo "" echo ""
echo "" echo ""
echo -e -n "${idsCL[LightYellow]}Please select an [ActionItem] from above:${idsCL[Default]} " echo -e -n "${idsCL[LightYellow]}Please select an [ActionItem] from above:${idsCL[Default]} "
read opt read -n 1 opt
echo "" echo ""
case $opt in case $opt in
1) WEBMIN_INSTALL 1) WEBMIN_INSTALL