From dabb7d0224b2d7533b89d86dd8a74d531ac9f24d Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Fri, 22 May 2026 10:06:32 +0200 Subject: [PATCH] server.config.php: fix serverid closing bracket Signed-off-by: Simon L. --- Containers/nextcloud/config/server.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/nextcloud/config/server.config.php b/Containers/nextcloud/config/server.config.php index f408c45c..6184f2c5 100644 --- a/Containers/nextcloud/config/server.config.php +++ b/Containers/nextcloud/config/server.config.php @@ -1,4 +1,4 @@ hexdec(hash('xxh32', gethostname()) & 0x1FF, + 'serverid' => hexdec(hash('xxh32', gethostname())) & 0x1FF, );