From 983ac6dbdad7c515af3808bb3419a0c11764dfbc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 28 Aug 2025 11:34:49 +0200 Subject: [PATCH] Fix ownership and permissions for systemplate and coolwsd --- collabora/rootfs/etc/cont-init.d/99-run.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collabora/rootfs/etc/cont-init.d/99-run.sh b/collabora/rootfs/etc/cont-init.d/99-run.sh index aeab096a4..8d656dda0 100755 --- a/collabora/rootfs/etc/cont-init.d/99-run.sh +++ b/collabora/rootfs/etc/cont-init.d/99-run.sh @@ -79,8 +79,8 @@ if [ -d "${SYSTEMPLATE_DIR}" ]; then cp /etc/resolv.conf "${SYSTEMPLATE_DIR}/resolv.conf" fi chown -R 1001 /opt/cool/systemplate -chown -R 1001 /opt/cool/systemplate -chmod -R 755 /etc/coolwsd +chown -R 1001 /etc/coolwsd +chmod -R 755 /opt/cool/systemplate bashio::log.info "Starting Collabora Online..." su -p -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh"