remove some errors

This commit is contained in:
Martin Selbmann 2020-09-19 23:49:29 +02:00
parent 82fceeca2e
commit 33b69fbecf
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"