This commit is contained in:
Martin Selbmann 2020-09-22 19:51:03 +02:00
parent 35673c6b6b
commit a98f580f24
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; do
while [ ! -z "$($(command -v pgrep) "$pgrepplayer")" ]; do
$(command -v pkill) "$pgrepplayer"
done