mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2025-07-25 11:02:17 +00:00
Should fix some config access issues
This commit is contained in:
@ -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
|
Reference in New Issue
Block a user