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