diff --git a/RandomVideo.sh b/RandomVideo.sh index ff9e305..e49eb01 100755 --- a/RandomVideo.sh +++ b/RandomVideo.sh @@ -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"