cloudron-setup: remove dnsConfig

this is not really used since dns setup is the first step now
This commit is contained in:
Girish Ramakrishnan
2017-12-05 18:08:51 +05:30
parent c42f3341ca
commit 778342906e
2 changed files with 1 additions and 17 deletions
+1 -1
View File
@@ -658,7 +658,7 @@ function restore(backupConfig, backupId, version, callback) {
if (error && error.reason === BackupsError.EXTERNAL_ERROR) return callback(new CloudronError(CloudronError.EXTERNAL_ERROR, error.message));
if (error) return callback(new CloudronError(CloudronError.INTERNAL_ERROR, error));
debug(`restore: restoring from ${backupId}`);
debug(`restore: restoring from ${backupId} from provider ${backupConfig.provider}`);
gWebadminStatus.restoring = true;