Reuse current file permissions
parent
2697673666
commit
e7f4014018
|
@ -173,7 +173,7 @@ EOT
|
||||||
protected function setLocalPhar($localFilename, $newFilename, $backupTarget = null)
|
protected function setLocalPhar($localFilename, $newFilename, $backupTarget = null)
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
@chmod($newFilename, 0777 & ~umask());
|
@chmod($newFilename, fileperms($localFilename));
|
||||||
if (!ini_get('phar.readonly')) {
|
if (!ini_get('phar.readonly')) {
|
||||||
// test the phar validity
|
// test the phar validity
|
||||||
$phar = new \Phar($newFilename);
|
$phar = new \Phar($newFilename);
|
||||||
|
|
Loading…
Reference in New Issue