import: use inPlace flag
This commit is contained in:
+1
-1
@@ -2377,7 +2377,7 @@ async function importApp(app, data, auditSource) {
|
||||
|
||||
restoreConfig = { remotePath, backupFormat: format, backupConfig: config };
|
||||
} else { // inPlace
|
||||
restoreConfig = { remotePath: null };
|
||||
restoreConfig = { inPlace: true };
|
||||
}
|
||||
|
||||
const task = {
|
||||
|
||||
Reference in New Issue
Block a user