Also always check for dns propagation

This commit is contained in:
Johannes Zellner
2015-08-30 17:00:23 -07:00
parent 7f149700f8
commit f87011b5c2
+2 -8
View File
@@ -697,14 +697,8 @@ function configure(app, callback) {
runApp.bind(null, app),
function (next) {
if (!locationChanged) return next();
async.series([
updateApp.bind(null, app, { installationProgress: '80, Waiting for DNS propagation' }),
exports._waitForDnsPropagation.bind(null, app)
], next);
},
updateApp.bind(null, app, { installationProgress: '80, Waiting for DNS propagation' }),
exports._waitForDnsPropagation.bind(null, app),
// done!
function (callback) {