From f2cc33ad97583943565273d2e5bc529ddfe6a8b7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 10 Feb 2025 16:30:04 +0100 Subject: [PATCH] Use /config https://github.com/alexbelgium/hassio-addons/issues/1761 --- nzbget/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index f895de42c..a49daa756 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -29,7 +29,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \ # Global LSIO modifications ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh" -ARG CONFIGLOCATION="/config/addons_config/nzbget" +ARG CONFIGLOCATION="/config" RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh ##################