Update docker-entrypoint.sh

This commit is contained in:
Abhilash Raj
2021-08-18 21:56:30 -07:00
committed by GitHub
parent a1a8d7cd37
commit 5b9b22cc09

View File

@@ -224,10 +224,10 @@ echo "HYPERKITTY_API_KEY not defined, skipping HyperKitty setup..."
fi
# Generate the LMTP files for postfix if needed.
su-exec mailman mailman aliases
# Now chown the places where mailman wants to write stuff.
chown -R mailman /opt/mailman
# Generate the LMTP files for postfix if needed.
su-exec mailman mailman aliases
exec su-exec mailman "$@"