diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 28f540b86..91a41df78 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -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 ##################