From 56b01c806f61a2c62e43cfd683fb90becb8f72f6 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 25 Dec 2014 15:22:26 +0000 Subject: [PATCH] wifi debug --- install-freedombone.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-freedombone.sh b/install-freedombone.sh index 446b4a18..7944f018 100755 --- a/install-freedombone.sh +++ b/install-freedombone.sh @@ -7199,6 +7199,7 @@ function enable_wifi_hotspot { service hostapd restart if [ ! "$?" = "0" ]; then echo 'Unable to restart hostapd' + systemctl status hostapd.service exit 854 fi @@ -7208,6 +7209,7 @@ function enable_wifi_hotspot { service dnsmasq restart if [ ! "$?" = "0" ]; then echo 'Unable to restart dnsmasq' + systemctl status dnsmasq.service exit 856 fi