fix some path errors

This commit is contained in:
Martin Selbmann 2020-09-24 15:39:16 +02:00
parent bdc84eba37
commit 06d10a58f0
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ if [ -z "$cmdjq" ]; then
exit 1
fi
configfile="~/RandomVideo/config.json"
configfile="config.json"
folder="$($cmdjq -r ".RandomVideo | .folder" < $configfile)"
player="$($cmdjq -r ".player" < $configfile)"

View File

@ -8,7 +8,7 @@ if [ -z "$cmdjq" ]; then
exit 1
fi
configfile="~/RandomVideo/config.json"
configfile="config.json"
buzzergpio="$($cmdjq -r ".buzzer | .buzzergpio" < $configfile)"
strobegpio="$($cmdjq -r ".buzzer | .strobegpio" < $configfile)"