stop killing random processes that happen to include LED in their invocation

pull/1/head
Rick Farina (Zero_Chaos) 2019-12-12 10:27:59 -05:00
parent 49cbd4460d
commit 3deab088fa
No known key found for this signature in database
GPG Key ID: A29433C0AA431DDC
1 changed files with 1 additions and 1 deletions

View File

@ -239,5 +239,5 @@ Examples:
EOF
}
ps | grep LED | grep -v grep | awk '{print $1}' | grep -v $$ | xargs kill -9 &> /dev/null
pkill -9 LED &> /dev/null
run_led $@ || show_usage