Files
tuya-convert/stop_flash.sh
Merlin Schumacher f443485a6a Initial Commit
2019-01-16 20:32:16 +01:00

8 lines
252 B
Bash
Executable File

#!/bin/bash
echo "Stopping AP in a screen"
sudo screen -S smarthack-wifi -X stuff '^C'
sudo screen -S smarthack-web -X stuff '^C'
sudo screen -S smarthack-smartconfig -X stuff '^C'
sudo screen -S smarthack-mqtt -X stuff '^C'