This commit is contained in:
Martin Selbmann 2020-09-19 23:43:23 +02:00
parent 6097e70c78
commit d7406b8410

View file

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
folder=/mnt/video folder="/mnt/video"
player=omxplayer player="omxplayer"
swupgpio=23 swupgpio=23
swdowngpio=25 swdowngpio=25
@ -18,7 +18,7 @@ if [ $# -gt 1 ]; then
exit 1 exit 1
fi fi
if [ "$swupstat" -eq 1 ]; then if [ $swupstat -eq 1 ]; then
exit 1 exit 1
fi fi