diff --git a/RandomVideo.sh b/RandomVideo.sh index 2047c58..d805778 100755 --- a/RandomVideo.sh +++ b/RandomVideo.sh @@ -18,9 +18,9 @@ if [ "buzzer" != "$1" -a "cron" != "$1" ]; then exit 1 fi -if $(command -v pgrep) "$player > /dev/null; then +if $(command -v pgrep) "$player" > /dev/null; then if [ "$1" = "buzzer" ]; then - $(command -v pkill) $player + $(command -v pkill) "$player" elif [ "$1" = "cron" ]; then exit 1