remove some errors
This commit is contained in:
parent
82fceeca2e
commit
33b69fbecf
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue