This commit is contained in:
Alexandre
2022-09-22 10:31:21 +02:00
committed by GitHub
parent af6e055161
commit ca1498ea6f

View File

@@ -8,6 +8,7 @@ mkdir -p "$CONFIG_LOCATION"
chown -R abc:abc "$CONFIG_LOCATION"
chmod -R 755 "$CONFIG_LOCATION"
# shellcheck ignore=SC2013
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"
done