Revert CONFIGLOCATION to '/data/organizr'

https://github.com/alexbelgium/hassio-addons/issues/2348
This commit is contained in:
Alexandre
2026-01-13 13:51:51 +01:00
committed by GitHub
parent 4c612a7c61
commit 2aef574585

View File

@@ -28,7 +28,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"
ARG CONFIGLOCATION="/data/organizr"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
##################