Avoid blowing up with errors here
A hack on a hack on a hack following from
4149c33b1c
.
This commit is contained in:
@ -263,6 +263,6 @@ fi
|
|||||||
mailman aliases
|
mailman aliases
|
||||||
|
|
||||||
# Now chown the places where mailman wants to write stuff.
|
# 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 "$@"
|
exec su-exec mailman "$@"
|
||||||
|
Reference in New Issue
Block a user