Try avoid s6v3

https://github.com/alexbelgium/hassio-addons/issues/619
This commit is contained in:
Alexandre
2022-12-28 23:04:02 +01:00
committed by GitHub
parent c506bce0da
commit 2374147266

View File

@@ -39,7 +39,9 @@ RUN \
&& sed -i 's|"directory_root_policy" : "belowroot"|"directory_root_policy" : "all"|g' /defaults/sync.conf \
&& sed -i 's|"allow_empty_password" : false|"allow_empty_password" : true|g' /defaults/sync.conf \
\
&& sed -i 's|"/sync",|"/", "/sync",|g' /defaults/sync.conf
&& sed -i 's|"/sync",|"/", "/sync",|g' /defaults/sync.conf \
\
&& sed -i "1a /./etc-cont-init.d/00-folders.sh" /etc/s6-overlay/s6-rc.d/init-resilio-sync-config/run
# Global LSIO modifications
ARG CONFIGLOCATION="/share/resiliosync_config"