Update repair_network.sh

This commit is contained in:
MacRimi 2025-01-12 18:05:43 +01:00 committed by GitHub
parent 29917bf932
commit 27aa9206a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -193,6 +193,7 @@ show_main_menu() {
show_ip_info
;;
4)
echo "${MENU_EXIT_MSG}"
return
;;
esac
@ -201,10 +202,8 @@ show_main_menu() {
# Función principal
main() {
whiptail --title "${REPAIR_MENU_TITLE}" --msgbox "${NETWORK_REPAIR_STARTED}" 8 78
show_main_menu
}
# Ejecutar la función principal
main