Should fix some config access issues

This commit is contained in:
Henning Bocklage 2020-11-01 23:55:05 +01:00
parent 0c8184d3a2
commit e49d8e14a9

View File

@ -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