From d3b2afcfb109c342694af47d8efe173b31ff7bc8 Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Tue, 22 Sep 2020 20:24:10 +0200 Subject: [PATCH] foo --- buzzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buzzer.sh b/buzzer.sh index 6608aa9..1428175 100755 --- a/buzzer.sh +++ b/buzzer.sh @@ -23,7 +23,7 @@ cmdonairstat=0 while true; do - if [ "cmdonairstat" -eq 1 ]; then + if [ "$cmdonairstat" -eq 1 ]; then $(command -v pkill) "$pgrepplayer" cmdonairstat=0 fi