import: use inPlace flag

This commit is contained in:
Girish Ramakrishnan
2025-08-01 13:16:57 +02:00
parent dbe3b6a427
commit a1a683ec56
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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 = {