fixed restart delay

This commit is contained in:
root 2017-02-19 22:42:49 +00:00
parent 6bfefc1534
commit 1455c663c6

2
run.sh
View file

@ -4,7 +4,7 @@ cd "$(dirname $0)"
( (
while true; do while true; do
/usr/bin/python3 chch-power.py >/dev/null 2>&1 /usr/bin/python3 chch-power.py >/dev/null 2>&1
sleep 1
done done
sleep 1
) & ) &
disown $! disown $!