fixed restart delay

This commit is contained in:
root 2017-02-19 22:42:49 +00:00
parent 6bfefc1534
commit 1455c663c6
1 changed files with 1 additions and 1 deletions

2
run.sh
View File

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