From 33c735bdcea4909ccd401831e1931778512752cd Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 6 Aug 2025 07:49:34 +0200 Subject: [PATCH] Update 99-run.sh --- collabora/rootfs/etc/cont-init.d/99-run.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/collabora/rootfs/etc/cont-init.d/99-run.sh b/collabora/rootfs/etc/cont-init.d/99-run.sh index 07bd1171d..12303f91f 100755 --- a/collabora/rootfs/etc/cont-init.d/99-run.sh +++ b/collabora/rootfs/etc/cont-init.d/99-run.sh @@ -51,6 +51,8 @@ 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 +chmod -R 755 /opt/cool/systemplate bashio::log.info "Starting Collabora Online..." su -s /bin/bash -c "/start-collabora-online.sh" "$(getent passwd 1001 | cut -d: -f1)"