wifi debug
This commit is contained in:
parent
b584239333
commit
56b01c806f
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue