From a1fc4ca370ee53f83da85138e41233701c6f20ed Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 25 Aug 2025 14:55:58 +0200 Subject: [PATCH] Define console credentials --- 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 87c320206..99a37bfd6 100755 --- a/collabora/rootfs/etc/cont-init.d/99-run.sh +++ b/collabora/rootfs/etc/cont-init.d/99-run.sh @@ -55,4 +55,4 @@ 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)" +su -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh --o:admin_console.username=$username --o:admin_console.password=$password"