When updating, kickoff the database again so that the noreply address is added

This commit is contained in:
David Duque 2021-03-30 20:32:56 +01:00
parent c2f627ea82
commit f4df9a5e1a
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B

View file

@ -55,3 +55,6 @@ if [ -z "`management/cli.py user`" ]; then
# Create an alias to which we'll direct all automatically-created administrative aliases.
management/cli.py alias add administrator@$PRIMARY_HOSTNAME $EMAIL_ADDR > /dev/null
fi
# Kick everything that may have been missed
management/mailconfig.py update