This commit is contained in:
Martin Selbmann 2020-09-19 23:43:23 +02:00
parent 6097e70c78
commit d7406b8410
1 changed files with 3 additions and 3 deletions

View File

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