Avoid blowing up with errors here

A hack on a hack on a hack following from
4149c33b1c.
This commit is contained in:
decentral1se 2021-05-16 15:30:16 +02:00
parent 8a8fcb9a6a
commit 02e4559768
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 1 additions and 1 deletions

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