Skip to content

Commit 5f1b4c4

Browse files
committed
removed deletion of package after extraction
1 parent 3cfe53d commit 5f1b4c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

module/DeployAgent/src/Resource/Archive/Extractor/TarGzExtractor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ public function extract(\SplFileInfo $archive, \SplFileInfo $destination)
3737
unlink(str_replace('.tar.gz', '.tar', $archive->getPathname()));
3838
} else {
3939
exec('tar xzf ' . $archive->getPathname() . ' -C ' . $destination->getPathname());
40-
//unlink($archive->getPathname());
4140
}
4241

4342
return true;

0 commit comments

Comments
 (0)