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

Commit 7a38f6b

Browse files
committed
Fix permission
1 parent ea562b2 commit 7a38f6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/local-php-security-checker-installer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +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);
13+
chmod('./vendor/bin/local-php-security-checker', 0755);
1414

1515
?>

0 commit comments

Comments
 (0)