From bb402fe24bb626634c7840ba519872efbca92b05 Mon Sep 17 00:00:00 2001 From: A Holt Date: Wed, 2 Jan 2019 01:05:06 -0500 Subject: [PATCH] Update iiab-hotspot-off --- roles/network/templates/network/iiab-hotspot-off | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/network/templates/network/iiab-hotspot-off b/roles/network/templates/network/iiab-hotspot-off index 0bb81e8f2..59301a55b 100755 --- a/roles/network/templates/network/iiab-hotspot-off +++ b/roles/network/templates/network/iiab-hotspot-off @@ -2,8 +2,8 @@ sed -i -e "s/^denyinterfaces/#denyinterfaces/" /etc/dhcpcd.conf systemctl disable hostapd systemctl stop hostapd -systemctl disable dhcpd -systemctl stop dhcpd +systemctl disable dnsmasq +systemctl stop dnsmasq systemctl daemon-reload systemctl restart dhcpcd systemctl restart networking