From f51529f3221f9865f780ab3208193d49baa20833 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 11 Jan 2026 09:51:24 +0100 Subject: [PATCH] Update initialization scripts to use with-contenv Replace '/usr/bin/env' with '/usr/bin/with-contenv' in initialization scripts. --- organizr/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/organizr/Dockerfile b/organizr/Dockerfile index 24ad919f1..77fd4f526 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -73,6 +73,8 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh +RUN sed -i "s|/usr/bin/env|/usr/bin/with-contenv|g" /etc/cont-init.d/* + #ENTRYPOINT [ "/usr/bin/env" ] #CMD [ "/ha_entrypoint.sh" ]