This commit is contained in:
Alexandre
2022-09-22 10:34:39 +02:00
committed by GitHub
parent 463881650b
commit 3c20ab027a

View File

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