More wifi hotspot configuration
This commit is contained in:
parent
d220f35128
commit
a6406fda29
|
@ -7149,10 +7149,6 @@ function enable_wifi_hotspot {
|
|||
echo 'Unable to find /etc/default/hostapd. hostapd may not have installed correctly'
|
||||
exit 490
|
||||
fi
|
||||
if [ ! -f /etc/dnsmasq.conf ]; then
|
||||
echo 'Unable to find /etc/dnsmasq.conf. dnsmasq may not have installed correctly'
|
||||
exit 492
|
||||
fi
|
||||
|
||||
get_wifi_essid
|
||||
get_wifi_password
|
||||
|
|
Loading…
Reference in New Issue