mirror of
https://github.com/ct-Open-Source/tuya-convert.git
synced 2026-03-03 23:24:10 +01:00
8 lines
252 B
Bash
Executable File
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'
|