Closing AP should be the last thing we do, as the other scripts are bound to this interface

pull/225/head
Colin Kuebler 2019-10-03 13:24:55 -04:00
parent 0f8764fa10
commit e1126b87b7
1 changed files with 2 additions and 2 deletions

View File

@ -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