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
|
done
|
||||||
|
|
||||||
swupstat="$($cmdgpio read $swupgpio)"
|
swupstat="$($cmdgpio read $swupgpio)"
|
||||||
|
|
||||||
|
|
||||||
|
while $(command -v pgrep) "$pgrepplayer" > /dev/null; then
|
||||||
$(command -v pkill) "$pgrepplayer"
|
$(command -v pkill) "$pgrepplayer"
|
||||||
|
done
|
||||||
|
|
||||||
echo "Off air!"
|
echo "Off air!"
|
||||||
cmdonairstat=0
|
cmdonairstat=0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue