From 5a1bcd53a39a8a8df6c9f3617beff196ffc31dd2 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 12 Mar 2019 08:49:25 -0700 Subject: [PATCH] This sounds ominous --- src/provision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/provision.js b/src/provision.js index 5e754aa62..20d0a9cb0 100644 --- a/src/provision.js +++ b/src/provision.js @@ -202,7 +202,7 @@ function setup(dnsConfig, autoconf, auditSource, callback) { callback(); // now that args are validated run the task in the background async.series([ - setProgress.bind(null, 'setup', 'Registering server'), + // setProgress.bind(null, 'setup', 'Registering server'), autoRegisterCloudron.bind(null, domain), domains.prepareDashboardDomain.bind(null, domain, auditSource, (progress) => setProgress('setup', progress.message, NOOP_CALLBACK)), cloudron.setDashboardDomain.bind(null, domain, auditSource), // this sets up the config.fqdn()