From b5d5e27079cb4e6fce79a08f69a0dc8455d78da2 Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 26 Feb 2019 14:11:49 -0500 Subject: [PATCH] Update iiab-hotspot-on --- roles/network/templates/network/iiab-hotspot-on | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/network/templates/network/iiab-hotspot-on b/roles/network/templates/network/iiab-hotspot-on index 10cebc660..50bc74e9b 100755 --- a/roles/network/templates/network/iiab-hotspot-on +++ b/roles/network/templates/network/iiab-hotspot-on @@ -2,7 +2,7 @@ cp -f /etc/hostapd/hostapd.conf.iiab /etc/hostapd/hostapd.conf sed -i -e "s/^#denyinterfaces/denyinterfaces/" /etc/dhcpcd.conf systemctl enable hostapd -systemctl enable dnsmasq +#systemctl enable dnsmasq systemctl daemon-reload systemctl restart dhcpcd systemctl restart networking