diff --git a/e107 b/e107 index 4d0c0601d..0f96f7cab 160000 --- a/e107 +++ b/e107 @@ -1 +1 @@ -Subproject commit 4d0c0601d0ed89112b5045da81937146b5d19b8f +Subproject commit 0f96f7cabddfb4690497fc6b22f25da2f4330de2 diff --git a/lib/deployers/cPanelDeployer.php b/lib/deployers/cPanelDeployer.php index fd98914cc..1931fc7c5 100644 --- a/lib/deployers/cPanelDeployer.php +++ b/lib/deployers/cPanelDeployer.php @@ -362,6 +362,7 @@ class cPanelDeployer extends Deployer empty($relpath)) continue; $relpath = $prefix . $relpath; $archive->addFile($realpath, $relpath); + $archive->setExternalAttributesName($relpath, ZipArchive::OPSYS_UNIX, fileperms($realpath) << 16); } $archive->close();