Make downloaded PHARs executable
[MAILPOET-2405]
This commit is contained in:
committed by
Jack Kitterhing
parent
5bbf1e2baf
commit
d4bcff8f2b
@@ -28,5 +28,6 @@ foreach ($tools as $url => $path) {
|
||||
}
|
||||
file_put_contents($phar_path, $resource);
|
||||
file_put_contents($phar_info_path, $url);
|
||||
chmod($phar_path, 0755);
|
||||
fwrite(STDERR, " done.\n");
|
||||
}
|
||||
|
Reference in New Issue
Block a user