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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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