From 97cb19aad5d4083b7c684b50609e90a927ebcd62 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Fri, 27 Nov 2020 17:17:17 +0000 Subject: Allow exiting when in NetworkManager confirmation dialog. --- netconfig | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/netconfig b/netconfig index 03dc459..66eb682 100644 --- a/netconfig +++ b/netconfig @@ -977,10 +977,13 @@ elif [ "$LOOPBACK" = "yes" -a "$NETWORKMANAGER" = "yes" ]; then system is now configured to use NetworkManager for wired and wireless network management. To set up wireless networks and view status, add the Network Management control panel widget to -your KDE desktop. +your desktop. Is this correct? Press 'Yes' to confirm, or 'No' to reconfigure." 10 71 RETVAL=$? + if [ "$RETVAL" = "255" ]; then + exit + fi elif [ "$USE_SLAAC" = "yes" ]; then dialog --title "NETWORK SETUP COMPLETE" --yesno \ "Your system is now set up to autoconfigure an IPv6 IP address. -- cgit v1.2.3