From 391dde83bd6d4e81888c33f2e5911f5e47ecf774 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 21 Sep 2022 06:19:30 +0200 Subject: [PATCH] Correction --- resiliosync/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index ed6e4329f..a81c4c3f5 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -33,7 +33,7 @@ RUN \ # Correct sync folder for file in $(grep -Esril "/sync[ '\"/]|/sync\$" /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/sync=/share/resiliosync=g" "$file"; done \ # Correct sync folder - for file in $(grep -Esril "/downloads[ '\"/]|/downloads\$" /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/downloads=/share/resiliosync-downloads=g" "$file"; done + && for file in $(grep -Esril "/downloads[ '\"/]|/downloads\$" /etc/logrotate.d /defaults /etc/cont-init.d /etc/services.d /etc/s6-overlay/s6-rc.d); do sed -i "s=/downloads=/share/resiliosync-downloads=g" "$file"; done # Global LSIO modifications ARG CONFIGLOCATION="/share/resiliosync_config"