mirror of
https://github.com/ct-Open-Source/tuya-convert.git
synced 2026-03-09 18:06:59 +01:00
9 lines
258 B
Bash
Executable File
9 lines
258 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo screen -S smarthack-web -X stuff '^C'
|
|
sudo screen -S smarthack-smartconfig -X stuff '^C'
|
|
sudo screen -S smarthack-mqtt -X stuff '^C'
|
|
sudo screen -S smarthack-psk -X stuff '^C'
|
|
echo "Closing AP"
|
|
sudo pkill hostapd
|