bin/command x public permission

This commit is contained in:
Yuri Kuznetsov
2024-10-03 12:58:43 +03:00
parent 4853f38774
commit 49d1f2706e
+1 -1
View File
@@ -425,7 +425,7 @@ module.exports = grunt => {
});
cp.execSync(
`find bin -type f -exec chmod 754 {} +`,
`find bin -type f -exec chmod 755 {} +`,
{
cwd: dirPath,
}