From 3a07cbe19af240b161198e6c59384375f89f079f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 15 Sep 2022 17:24:02 +0200 Subject: [PATCH] Update 00-config_location.sh --- overseerr/rootfs/etc/cont-init.d/00-config_location.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/overseerr/rootfs/etc/cont-init.d/00-config_location.sh b/overseerr/rootfs/etc/cont-init.d/00-config_location.sh index 329f9b108..e55ea900c 100644 --- a/overseerr/rootfs/etc/cont-init.d/00-config_location.sh +++ b/overseerr/rootfs/etc/cont-init.d/00-config_location.sh @@ -6,6 +6,7 @@ bashio::log.info "Config stored in $CONFIG_LOCATION" mkdir -p "$CONFIG_LOCATION" chown -R abc:abc "$CONFIG_LOCATION" +chmod -R 755 "$CONFIG_LOCATION" for file in $(grep -Esril "/config/addons_config/overseerr" /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/config/addons_config/overseerr=$CONFIG_LOCATION=g" "$file"