fix(database): adjust MongoDB restore command and import view styling

This commit is contained in:
Andras Bacsai
2025-01-28 12:41:22 +01:00
parent cd8330d15f
commit 1ec15af1ad
2 changed files with 2 additions and 2 deletions

View File

@@ -221,7 +221,7 @@ EOD;
case \App\Models\StandaloneMongodb::class:
$restoreCommand = $this->mongodbRestoreCommand;
if ($this->dumpAll === false) {
$restoreCommand .= " {$tmpPath}";
$restoreCommand .= "{$tmpPath}";
}
break;
}