diff options
-rw-r--r-- | netconfig | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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. |