diff --git a/randomvideo.sh b/randomvideo.sh index f1f2df2..e49ed8d 100644 --- a/randomvideo.sh +++ b/randomvideo.sh @@ -5,5 +5,5 @@ $player="cvlc" $playerparam="--no-osd --play-and-exit" while true; do - $player $playerparam"$(find "$folder" -maxdepth 1 -type f |sort -R |head -n1)" + $player $playerparam "$(find "$folder" -maxdepth 1 -type f |sort -R |head -n1)" done \ No newline at end of file