From 02e4559768dbdcbdd1877bf19d60d3219c780c5a Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 16 May 2021 15:30:16 +0200 Subject: [PATCH] Avoid blowing up with errors here A hack on a hack on a hack following from 4149c33b1c09c20cd93b0964f845c716c286c74d. --- entrypoint.core.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.core.sh.tmpl b/entrypoint.core.sh.tmpl index 13136fd..e34dd6a 100644 --- a/entrypoint.core.sh.tmpl +++ b/entrypoint.core.sh.tmpl @@ -263,6 +263,6 @@ fi mailman aliases # Now chown the places where mailman wants to write stuff. -chown -Rf mailman /opt/mailman +chown -Rf mailman /opt/mailman || true exec su-exec mailman "$@"