some bugfixes
This commit is contained in:
parent
a920253422
commit
ab1ad48e9e
1 changed files with 6 additions and 1 deletions
|
@ -52,7 +52,12 @@ while true; do
|
|||
done
|
||||
|
||||
swupstat="$($cmdgpio read $swupgpio)"
|
||||
$(command -v pkill) "$pgrepplayer"
|
||||
|
||||
|
||||
while $(command -v pgrep) "$pgrepplayer" > /dev/null; then
|
||||
$(command -v pkill) "$pgrepplayer"
|
||||
done
|
||||
|
||||
echo "Off air!"
|
||||
cmdonairstat=0
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue