remove some errors

This commit is contained in:
Martin Selbmann 2020-09-19 23:49:29 +02:00
parent 82fceeca2e
commit 33b69fbecf

View file

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