From c0d8b0f8f43c6a3040786354a278e7db63b21c8c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 21 Sep 2022 06:21:07 +0200 Subject: [PATCH] Update 00-folders.sh --- resiliosync/rootfs/etc/cont-init.d/00-folders.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/resiliosync/rootfs/etc/cont-init.d/00-folders.sh b/resiliosync/rootfs/etc/cont-init.d/00-folders.sh index 1a435b3e9..f82cab3be 100644 --- a/resiliosync/rootfs/etc/cont-init.d/00-folders.sh +++ b/resiliosync/rootfs/etc/cont-init.d/00-folders.sh @@ -47,6 +47,7 @@ change_folders () { # Set permissions echo "Setting ownership to $PUID:$PGID" chown -R "$PUID":"$PGID" "$CONFIGLOCATION" + chmod -R 777 "$CONFIGLOCATION" # Transfer files if [ -d "$ORIGINALLOCATION" ] && [ "$(ls -A "$ORIGINALLOCATION" 2>/dev/null)" ]; then