Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-07 08:25:52 -06:00
parent 3c0f2beb97
commit 212aade547

View File

@@ -123,7 +123,7 @@ DELETE_MENU() {
done
echo -e "${idsCL[Yellow]}===================================================${idsCL[Default]}"
echo ""
echo "[B] Back"
echo "[M] Main Menu"
echo "[Q] Quit"
echo ""
echo ""
@@ -142,7 +142,7 @@ DELETE_MENU() {
INSTALL_MENU;;
5) LINUPX_UNINSTALL
INSTALL_MENU;;
[Bb]) MAIN_MENU;;
[Mm]) MAIN_MENU;;
[Qq]) EXIT1;;
*) echo "Thats an invaild option,";
echo "please select a valid option only.";