Closing AP should be the last thing we do, as the other scripts are bound to this interface
parent
0f8764fa10
commit
e1126b87b7
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "Stopping AP in a screen"
|
||||
sudo pkill hostapd
|
||||
sudo screen -S smarthack-web -X stuff '^C'
|
||||
sudo screen -S smarthack-smartconfig -X stuff '^C'
|
||||
sudo screen -S smarthack-mqtt -X stuff '^C'
|
||||
echo "Closing AP"
|
||||
sudo pkill hostapd
|
||||
|
|
Loading…
Reference in New Issue