This commit is contained in:
Martin Selbmann 2020-09-22 19:48:13 +02:00
parent b816935bb5
commit 35673c6b6b
1 changed files with 1 additions and 1 deletions

View File

@ -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