This commit is contained in:
Martin Selbmann 2020-09-22 20:24:10 +02:00
parent 5ef58f58a9
commit d3b2afcfb1
1 changed files with 1 additions and 1 deletions

View File

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