fixed import

This commit is contained in:
2026-05-18 18:07:38 +03:00
parent a9851847fc
commit 9d6d39fe62
+1 -2
View File
@@ -127,9 +127,8 @@ class Import extends Command
// Remove existing files directory or create it if missing
if (is_dir($destFilesDir)) {
exec("rm -rf " . escapeshellarg($destFilesDir));
} else {
mkdir($destFilesDir, 0755, true);
}
mkdir($destFilesDir, 0755, true);
exec(
sprintf(