From a4141301b372f3b80dbaf6559ba9eacf35456028 Mon Sep 17 00:00:00 2001 From: bruvv <3063928+bruvv@users.noreply.github.com> Date: Sun, 1 May 2022 00:27:40 +0200 Subject: [PATCH] fix chown --- papermerge/rootfs/etc/cont-init.d/00-folders.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/papermerge/rootfs/etc/cont-init.d/00-folders.sh b/papermerge/rootfs/etc/cont-init.d/00-folders.sh index baac95184..f9fbf4494 100644 --- a/papermerge/rootfs/etc/cont-init.d/00-folders.sh +++ b/papermerge/rootfs/etc/cont-init.d/00-folders.sh @@ -11,4 +11,4 @@ bashio::log.info "Setting config location to $CONFIGLOCATION" sed -i "s|/data/config|$CONFIGLOCATION|g" /etc/cont-init.d/* # Avoid tamper issues -chown -r root:root "$CONFIGLOCATION"/custom* +chown -R root:root "$CONFIGLOCATION"/custom*