mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 04:06:54 +00:00
Update main_menu.sh
This commit is contained in:
parent
192367d7f5
commit
42e36f11b6
@ -40,7 +40,7 @@ show_menu() {
|
||||
case $OPTION in
|
||||
1) exec bash <(curl -s "$REPO_URL/scripts/menus/hw_grafics_menu.sh") ;;
|
||||
2) exec bash <(curl -s "$REPO_URL/scripts/menus/storage_menu.sh") ;;
|
||||
3) exec bash <(curl -s "$REPO_URL/scripts/menus/network_menu.sh") ;;
|
||||
3) exec bash <(curl -s "$REPO_URL/scripts/repair_network.sh") ;;
|
||||
4) exec bash <(curl -s "$REPO_URL/scripts/menus/config_menu.sh") ;;
|
||||
5) clear; msg_ok "$(translate "Thank you for using ProxMenu. Goodbye!")"; exit 0 ;;
|
||||
*) msg_error "Opción inválida"; sleep 2 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user