some errors removed
This commit is contained in:
parent
d7406b8410
commit
82fceeca2e
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