From c8fd89367e541d3a29657f24f2fc38949e65627f Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Tue, 22 Sep 2020 19:58:40 +0200 Subject: [PATCH] foo --- buzzer.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/buzzer.sh b/buzzer.sh index fde5852..9a46442 100755 --- a/buzzer.sh +++ b/buzzer.sh @@ -42,7 +42,7 @@ while true; do if [ "$cmdonairstat" -eq 0 ]; then echo "On air!" - $(command -v $player) $playerparam --loop ~/RandomVideo/onair.mp4 + #$(command -v $player) $playerparam --loop ~/RandomVideo/onair.mp4 cmdonairstat=1 fi @@ -53,9 +53,7 @@ while true; do swupstat="$($cmdgpio read $swupgpio)" - if $(command -v pgrep) "$pgrepplayer" > /dev/null; then - $(command -v pkill) "$pgrepplayer" - fi + #$(command -v pkill) "$pgrepplayer" echo "Off air!" cmdonairstat=0