cloudron-setup: remove dnsConfig
this is not really used since dns setup is the first step now
This commit is contained in:
+1
-1
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user