mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update menu
This commit is contained in:
parent
6f1a8a06ad
commit
4842439830
@ -739,8 +739,8 @@ while true; do
|
|||||||
EXIT_STATUS=$?
|
EXIT_STATUS=$?
|
||||||
|
|
||||||
if [[ $EXIT_STATUS -ne 0 ]]; then
|
if [[ $EXIT_STATUS -ne 0 ]]; then
|
||||||
|
|
||||||
continue
|
break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $OPTION in
|
case $OPTION in
|
||||||
|
@ -57,7 +57,7 @@ show_menu() {
|
|||||||
|
|
||||||
case $OPTION in
|
case $OPTION in
|
||||||
1) exec bash <(curl -s "$REPO_URL/scripts/menus/menu_post_install.sh") ;;
|
1) exec bash <(curl -s "$REPO_URL/scripts/menus/menu_post_install.sh") ;;
|
||||||
2) exec bash <(curl -s "$REPO_URL/scripts/help_info_menu.sh") ;;
|
2) bash <(curl -s "$REPO_URL/scripts/help_info_menu.sh") ;;
|
||||||
3) exec bash <(curl -s "$REPO_URL/scripts/menus/hw_grafics_menu.sh") ;;
|
3) exec bash <(curl -s "$REPO_URL/scripts/menus/hw_grafics_menu.sh") ;;
|
||||||
4) exec bash <(curl -s "$REPO_URL/scripts/menus/create_vm_menu.sh") ;;
|
4) exec bash <(curl -s "$REPO_URL/scripts/menus/create_vm_menu.sh") ;;
|
||||||
5) exec bash <(curl -s "$REPO_URL/scripts/menus/storage_menu.sh") ;;
|
5) exec bash <(curl -s "$REPO_URL/scripts/menus/storage_menu.sh") ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user