revert
This commit is contained in:
parent
7460d33564
commit
b816935bb5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ if [ "buzzer" != "$1" ] && [ "cron" != "$1" ]; then
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! $(command -v pgrep) "$pgrepplayer" > /dev/null; then
|
if $(command -v pgrep) "$pgrepplayer" > /dev/null; then
|
||||||
if [ "$1" = "buzzer" ]; then
|
if [ "$1" = "buzzer" ]; then
|
||||||
$(command -v pkill) "$pgrepplayer"
|
$(command -v pkill) "$pgrepplayer"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue