Avoid blowing up with errors here

A hack on a hack on a hack following from
4149c33b1c09c20cd93b0964f845c716c286c74d.
This commit is contained in:
decentral1se 2021-05-16 15:30:16 +02:00
parent 8a8fcb9a6a
commit 02e4559768
No known key found for this signature in database
GPG Key ID: 92DAD76BD9567B8A

View File

@ -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 "$@"