Always wait after an unzip completes to try and fix virtualbox issues, refs #9945

main
Jordi Boggiano 3 years ago
parent c1f0eee154
commit 3556f6efa5
No known key found for this signature in database
GPG Key ID: 7BBD42C429EC80BC

@ -136,6 +136,8 @@ abstract class ArchiveDownloader extends FileDownloader
} }
}; };
Platform::workaroundFilesystemIssues();
$renameAsOne = false; $renameAsOne = false;
if (!file_exists($path) || ($filesystem->isDirEmpty($path) && $filesystem->removeDirectoryPhp($path))) { if (!file_exists($path) || ($filesystem->isDirEmpty($path) && $filesystem->removeDirectoryPhp($path))) {
$renameAsOne = true; $renameAsOne = true;

Loading…
Cancel
Save