From bf6689a45e394a7c89d417652383754e694f9ca9 Mon Sep 17 00:00:00 2001 From: Christoph Wagner Date: Tue, 3 Jul 2018 02:22:47 +0200 Subject: [PATCH] fix mailman.cfg issue We have to append ">>" to /etc/mailman.cfg and not to overwrite previously written content with ">". Problem was that the database config made in setup_database was overriden. --- 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 e6812ee..870a8ec 100755 --- a/core/docker-entrypoint.sh +++ b/core/docker-entrypoint.sh @@ -114,7 +114,7 @@ then fi # Generate a basic mailman.cfg. -cat > /etc/mailman.cfg << EOF +cat >> /etc/mailman.cfg << EOF [runner.retry] sleep_time: 10s