diff --git a/stage3/01-net-config/files/scripts/ap-disable b/stage3/01-net-config/files/scripts/ap-disable index bbee787..cac10c1 100644 --- a/stage3/01-net-config/files/scripts/ap-disable +++ b/stage3/01-net-config/files/scripts/ap-disable @@ -5,8 +5,7 @@ if [[ ! $EUID -eq 0 ]]; then exit 1 fi -echo "WARNING! This script will disable the Access Point and DHCP/DNS server. " \ -"It will also let the Network Manager manage the wlan interface." +echo "WARNING! This script will disable the Access Point and let Network Manager manage the wlan interface." read -p "Are you sure you want to continue [y/N]? " -n 1 -r echo if [[ ! $REPLY =~ ^[Yy]$ ]]; then exit 1; fi