Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit ea562b2

Browse files
committed
Add chmod
1 parent 5670d10 commit ea562b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/local-php-security-checker-installer

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ if (!isset($versionOutput[0])) {
1010

1111
$version = $versionOutput[0];
1212
exec("curl -LSs https://github.com/fabpot/local-php-security-checker/releases/download/v${version}/local-php-security-checker_${version}_linux_amd64 > ./vendor/bin/local-php-security-checker");
13+
chmod('./vendor/bin/local-php-security-checker', 755);
1314

1415
?>

0 commit comments

Comments
 (0)