diff --git a/collabora/rootfs/etc/cont-init.d/99-run.sh b/collabora/rootfs/etc/cont-init.d/99-run.sh index 60b918785..cd1cb15dd 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 -R 1001 /opt/cool/systemplate chmod -R 755 /opt/cool/systemplate bashio::log.info "Starting Collabora Online..." -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" +su -p -s /bin/bash "$(getent passwd 1001 | cut -d: -f1)" -c "/start-collabora-online.sh"