From 94494bda8e4d15f53cf8802a3c706272c92e72ac Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Tue, 22 Sep 2020 19:26:57 +0200 Subject: [PATCH] some bugfixes --- buzzer.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/buzzer.sh b/buzzer.sh index 929ef30..9eeab89 100755 --- a/buzzer.sh +++ b/buzzer.sh @@ -26,9 +26,7 @@ while true; do if [ "$cmdonairstat" -eq 1 ]; then cmdonairstat=0 - if [ "$swupstat" -eq 0 ]; then - $(command -v pkill) "$pgrepplayer" - fi + $(command -v pkill) "$pgrepplayer" fi