This sounds ominous
This commit is contained in:
+1
-1
@@ -202,7 +202,7 @@ function setup(dnsConfig, autoconf, auditSource, callback) {
|
|||||||
callback(); // now that args are validated run the task in the background
|
callback(); // now that args are validated run the task in the background
|
||||||
|
|
||||||
async.series([
|
async.series([
|
||||||
setProgress.bind(null, 'setup', 'Registering server'),
|
// setProgress.bind(null, 'setup', 'Registering server'),
|
||||||
autoRegisterCloudron.bind(null, domain),
|
autoRegisterCloudron.bind(null, domain),
|
||||||
domains.prepareDashboardDomain.bind(null, domain, auditSource, (progress) => setProgress('setup', progress.message, NOOP_CALLBACK)),
|
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()
|
cloudron.setDashboardDomain.bind(null, domain, auditSource), // this sets up the config.fqdn()
|
||||||
|
|||||||
Reference in New Issue
Block a user