Update repair_network.sh

This commit is contained in:
MacRimi 2025-01-12 17:48:40 +01:00 committed by GitHub
parent 06124c5917
commit d6e8b57b97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -188,9 +188,9 @@ show_main_menu() {
show_ip_info
;;
4)
whiptail --title "${MENU_EXIT_TITLE}" --msgbox "${MENU_EXIT_MSG}" 8 78
# whiptail --title "${MENU_EXIT_TITLE}" --msgbox "${MENU_EXIT_MSG}" 8 78
return
clear_screen
;;
esac
done