From 3a8aeeb7a4f8d062256e1139caca4b4c83445610 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 5 Aug 2025 12:30:41 +0200 Subject: [PATCH] Update 99-run.sh --- 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 238567626..d7aaf2d52 100644 --- a/collabora/rootfs/etc/cont-init.d/99-run.sh +++ b/collabora/rootfs/etc/cont-init.d/99-run.sh @@ -18,4 +18,4 @@ if bashio::config.has_value 'password'; then fi bashio::log.info "Starting Collabora Online..." -/start-collabora-online.sh +su -s /bin/bash -c "/start-collabora-online.sh" "$(getent passwd 1001 | cut -d: -f1)"