Always wait after an unzip completes to try and fix virtualbox issues, refs #9945
parent
c1f0eee154
commit
3556f6efa5
|
@ -136,6 +136,8 @@ abstract class ArchiveDownloader extends FileDownloader
|
|||
}
|
||||
};
|
||||
|
||||
Platform::workaroundFilesystemIssues();
|
||||
|
||||
$renameAsOne = false;
|
||||
if (!file_exists($path) || ($filesystem->isDirEmpty($path) && $filesystem->removeDirectoryPhp($path))) {
|
||||
$renameAsOne = true;
|
||||
|
|
Loading…
Reference in New Issue