From 35673c6b6b859baa44d2f87ffc0c9196df3ad1d3 Mon Sep 17 00:00:00 2001 From: Martin Selbmann Date: Tue, 22 Sep 2020 19:48:13 +0200 Subject: [PATCH] foo --- buzzer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buzzer.sh b/buzzer.sh index e9e6fd7..6fc64b8 100755 --- a/buzzer.sh +++ b/buzzer.sh @@ -54,7 +54,7 @@ while true; do swupstat="$($cmdgpio read $swupgpio)" - while $(command -v pgrep) "$pgrepplayer" > /dev/null; then + while $(command -v pgrep) "$pgrepplayer" > /dev/null; do $(command -v pkill) "$pgrepplayer" done