some bugfixes

This commit is contained in:
mmaster 2021-09-21 21:57:24 +02:00
parent b9be2c192d
commit 01b35c8e09
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
#!/bin/sh
$folder="/home/pi/Video"
$player="cvlc"
$playerparam="--no-osd --play-and-exit"
folder="/home/pi/Video"
player="cvlc"
playerparam="--no-osd --play-and-exit"
while true; do
file="$(find "$folder" -maxdepth 1 -type f |sort -R |head -n1)"