some errors removed

This commit is contained in:
Martin Selbmann 2020-09-19 23:47:14 +02:00
parent d7406b8410
commit 82fceeca2e
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ player="omxplayer"
swupgpio=23
swdowngpio=25
swupstat="$(command -v gpio read $swupgpio)"
swupstat=$(command -v gpio read $swupgpio)
if [ $# -eq 0 ]; then
echo "Parameter fehlt"