From 69fe171f45fbbc0e0a512492aae2dc47f46a9c61 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:57:27 +0200 Subject: [PATCH] Change ownership of systemplate directory recursively --- collabora/rootfs/etc/cont-init.d/99-run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collabora/rootfs/etc/cont-init.d/99-run.sh b/collabora/rootfs/etc/cont-init.d/99-run.sh index 99a37bfd6..60b918785 100755 --- a/collabora/rootfs/etc/cont-init.d/99-run.sh +++ b/collabora/rootfs/etc/cont-init.d/99-run.sh @@ -51,7 +51,7 @@ if [ -d "${SYSTEMPLATE_DIR}" ]; then cp /etc/hostname "${SYSTEMPLATE_DIR}/hostname" 2> /dev/null || true cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf" fi -chown 1001 /opt/cool/systemplate +chown -R 1001 /opt/cool/systemplate chmod -R 755 /opt/cool/systemplate bashio::log.info "Starting Collabora Online..."