fix some path errors
This commit is contained in:
parent
bdc84eba37
commit
06d10a58f0
2 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue