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..."