wifi debug

This commit is contained in:
Bob Mottram 2014-12-25 15:22:26 +00:00
parent b584239333
commit 56b01c806f
1 changed files with 2 additions and 0 deletions

View File

@ -7199,6 +7199,7 @@ function enable_wifi_hotspot {
service hostapd restart service hostapd restart
if [ ! "$?" = "0" ]; then if [ ! "$?" = "0" ]; then
echo 'Unable to restart hostapd' echo 'Unable to restart hostapd'
systemctl status hostapd.service
exit 854 exit 854
fi fi
@ -7208,6 +7209,7 @@ function enable_wifi_hotspot {
service dnsmasq restart service dnsmasq restart
if [ ! "$?" = "0" ]; then if [ ! "$?" = "0" ]; then
echo 'Unable to restart dnsmasq' echo 'Unable to restart dnsmasq'
systemctl status dnsmasq.service
exit 856 exit 856
fi fi