This commit is contained in:
Martin Selbmann 2020-09-22 20:03:31 +02:00
parent c8fd89367e
commit a179151831
1 changed files with 0 additions and 5 deletions

View File

@ -42,7 +42,6 @@ while true; do
if [ "$cmdonairstat" -eq 0 ]; then
echo "On air!"
#$(command -v $player) $playerparam --loop ~/RandomVideo/onair.mp4
cmdonairstat=1
fi
@ -51,10 +50,6 @@ while true; do
sleep 0.1
done
swupstat="$($cmdgpio read $swupgpio)"
#$(command -v pkill) "$pgrepplayer"
echo "Off air!"
cmdonairstat=0