Update linupx-scripts.sh

This commit is contained in:
2023-07-17 23:02:41 -05:00
parent f2aa971d84
commit 0391ddaf15

View File

@@ -915,6 +915,7 @@ MISC_MENU() {
echo -e " [${idsCL[Yellow]}V${idsCL[Default]}] Add Veeam User Account"
echo
echo -e " [${idsCL[Yellow]}B${idsCL[Default]}] Back to Main Menu"
echo -e " [${idsCL[Yellow]}I${idsCL[Default]}] Installation Scripts"
echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit"
echo
echo
@@ -936,6 +937,7 @@ MISC_MENU() {
read -n 1 -s -p "Press any key to continue"
SCRIPT_MENU;;
[Bb]) SCRIPT_MENU;;
[Ii]) INSTALL_MENU;;
[Qq]) EXIT1; exit 1;;
*) echo "Thats an invaild option,";
echo "please select a valid option only.";
@@ -972,6 +974,7 @@ INSTALL_MENU() {
# echo -e " [${idsCL[Yellow]}0] Remove LinUPx"
echo
echo -e " [${idsCL[Yellow]}B${idsCL[Default]}] Back to Main Menu"
echo -e " [${idsCL[Yellow]}M${idsCL[Default]}] Misc/Other Scripts"
echo -e " [${idsCL[Yellow]}Q${idsCL[Default]}] Quit"
echo
echo
@@ -1008,6 +1011,7 @@ INSTALL_MENU() {
[Nn]) NETDATA_INSTALL
INSTALL_MENU;;
[Bb]) SCRIPT_MENU;;
[Mm]) MISC_MENU;;
[Qq]) EXIT1
exit 1;;
*) echo "Thats an invaild option,";