fixed restart delay
This commit is contained in:
parent
6bfefc1534
commit
1455c663c6
1 changed files with 1 additions and 1 deletions
2
run.sh
2
run.sh
|
@ -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 $!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue