From 824b8e848c90d00021b0b29bd58cb44e45a357c4 Mon Sep 17 00:00:00 2001 From: Henning Bocklage Date: Sun, 1 Nov 2020 23:55:05 +0100 Subject: [PATCH] Should fix some config access issues --- root/etc/cont-init.d/40-install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/root/etc/cont-init.d/40-install b/root/etc/cont-init.d/40-install index e5b1dc3..fc7ec23 100644 --- a/root/etc/cont-init.d/40-install +++ b/root/etc/cont-init.d/40-install @@ -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 \ No newline at end of file +jq '.downloadLocation = "/downloads"' /config/config.json > tmp.$$.json && mv tmp.$$.json /config/config.json +chown abc:abc /config/config.json \ No newline at end of file