Align to /config

This commit is contained in:
Alexandre
2025-06-25 09:04:59 +02:00
committed by GitHub
parent 9e05e6721f
commit c839f23ddf

View File

@@ -49,7 +49,7 @@ RUN \
# Global LSIO modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
ARG CONFIGLOCATION="/share/resiliosync_config"
ARG CONFIGLOCATION="/config"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
##################