Update main_menu.sh

This commit is contained in:
MacRimi 2025-02-04 18:02:05 +01:00 committed by GitHub
parent a771b4bcd6
commit a4978f7535
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -43,7 +43,7 @@ show_menu() {
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 ;;
*) msg_warn "Opción inválida"; sleep 2 ;;
esac
done