From 01ea60862cc672442790a53aa097f59d985f1491 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 21 Sep 2022 19:37:38 +0200 Subject: [PATCH] Update Dockerfile --- resiliosync/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index f4db68aee..b5d7b00ad 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -37,8 +37,8 @@ RUN \ # Adapt sync.conf && 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|"dir_whitelist" : [ "|"dir_whitelist" : [ "/" "|g' /defaults/sync.conf + \ + && sed -i 's|"/sync",|"/", "/sync",|g' /defaults/sync.conf # Global LSIO modifications ARG CONFIGLOCATION="/share/resiliosync_config"