We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45ae1fd commit 3cfe53dCopy full SHA for 3cfe53d
module/DeployAgent/src/Resource/Archive/Extractor/TarGzExtractor.php
@@ -37,7 +37,7 @@ public function extract(\SplFileInfo $archive, \SplFileInfo $destination)
37
unlink(str_replace('.tar.gz', '.tar', $archive->getPathname()));
38
} else {
39
exec('tar xzf ' . $archive->getPathname() . ' -C ' . $destination->getPathname());
40
- unlink($archive->getPathname());
+ //unlink($archive->getPathname());
41
}
42
43
return true;
0 commit comments