Update repair_network.sh

This commit is contained in:
MacRimi
2025-01-12 17:45:15 +01:00
committed by GitHub
parent ac9a44dcb6
commit 06124c5917

View File

@@ -189,7 +189,8 @@ show_main_menu() {
;;
4)
whiptail --title "${MENU_EXIT_TITLE}" --msgbox "${MENU_EXIT_MSG}" 8 78
exit 0
return
clear_screen
;;
esac
done