From a227c995fd5e3dc533f5237d411562a4aacde2b3 Mon Sep 17 00:00:00 2001 From: Pierre-Gildas MILLON <715479+pgmillon@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:11:41 +0200 Subject: [PATCH] fix: core startup fails if /opt/mailman/mailman-extra.cfg is read-only --- core/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/docker-entrypoint.sh b/core/docker-entrypoint.sh index 3e544bb3..9ac8fbee 100755 --- a/core/docker-entrypoint.sh +++ b/core/docker-entrypoint.sh @@ -247,7 +247,7 @@ echo "HYPERKITTY_API_KEY not defined, skipping HyperKitty setup..." fi # Now chown the places where mailman wants to write stuff. -chown -R mailman /opt/mailman +chown -R mailman /opt/mailman/var # Generate the LMTP files for postfix if needed. su-exec mailman mailman aliases