Skip to content

Commit

Permalink
Update ap-disable (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjsowa authored Nov 28, 2022
1 parent cc85b97 commit 8516be4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stage3/01-net-config/files/scripts/ap-disable
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8516be4

Please sign in to comment.