From 742845613cab449509dfb9cf82afe928731116d2 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Tue, 23 Jun 2026 13:14:16 +0200 Subject: [PATCH] eurooffice: fix detail Signed-off-by: Simon L. --- apps/eurooffice_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/eurooffice_docker.sh b/apps/eurooffice_docker.sh index 67919eaea4..2b4fe3b750 100644 --- a/apps/eurooffice_docker.sh +++ b/apps/eurooffice_docker.sh @@ -141,7 +141,7 @@ check_nextcloud_https "EuroOffice (Docker)" # Install Docker install_docker -EUROOFFICE_SECRET="$(gen_passwd "$SHUF" "a-zA-Z0-9")" +EUROOFFICE_SECRET="$(gen_passwd "64" "a-zA-Z0-9")" # Install EuroOffice docker docker pull ghcr.io/euro-office/documentserver:latest