mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Should fix some config access issues
This commit is contained in:
parent
0c8184d3a2
commit
e49d8e14a9
@ -24,4 +24,5 @@ if [ ${#ARL} -gt 10 ]; then
|
||||
fi
|
||||
|
||||
# Fix misconfigured download locations. The container's download map is always /downloads.
|
||||
jq '.downloadLocation = "/downloads"' /config/config.json > tmp.$$.json && mv tmp.$$.json /config/config.json
|
||||
jq '.downloadLocation = "/downloads"' /config/config.json > tmp.$$.json && mv tmp.$$.json /config/config.json
|
||||
chown abc:abc /config/config.json
|
Loading…
Reference in New Issue
Block a user