From 49d1f2706ea80c9354c468c13988ef8c6966c57d Mon Sep 17 00:00:00 2001 From: Yuri Kuznetsov Date: Thu, 3 Oct 2024 12:58:43 +0300 Subject: [PATCH] bin/command x public permission --- Gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index 601ae1a812..bcd1cb0c52 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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, }