make ipv4 and ipv6 settings separate
This commit is contained in:
@@ -230,7 +230,7 @@ async function restore(backupConfig, backupId, version, sysinfoConfig, options,
|
||||
backupConfig.encryption = null;
|
||||
}
|
||||
|
||||
error = await sysinfo.testConfig(sysinfoConfig);
|
||||
error = await sysinfo.testIPv4Config(sysinfoConfig);
|
||||
if (error) throw error;
|
||||
|
||||
safe(restoreTask(backupConfig, backupId, sysinfoConfig, options, auditSource), { debug }); // now that args are validated run the task in the background
|
||||
|
||||
Reference in New Issue
Block a user