Reconfigure admin when domain gets set

This commit is contained in:
Girish Ramakrishnan
2017-01-05 17:13:31 -08:00
committed by Johannes Zellner
parent cc9904c8c7
commit 0b68d1c9aa
3 changed files with 42 additions and 39 deletions

View File

@@ -269,9 +269,9 @@ function start(callback) {
async.series([
auth.initialize,
database.initialize,
cloudron.initialize, // keep this here because it reads activation state that others depend on
certificates.initialize,
certificates.installAdminCertificate, // keep this before cron to block heartbeats until cert is ready
cloudron.initialize, // keep this here because it reads activation state that others depend on
cloudron.configureAdmin, // keep this before cron to block heartbeats until cert is ready
platform.initialize,
taskmanager.initialize,
mailer.initialize,