Skip to content

Commit

Permalink
Setting executable permissions for in-proc8/func executable in inst…
Browse files Browse the repository at this point in the history
…all code path. (#3797)
  • Loading branch information
kshyju authored Sep 3, 2024
1 parent f950e85 commit 098dd97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Azure.Functions.Cli/npm/lib/install.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ https.get(options, response => {
if (os.platform() === 'linux' || os.platform() === 'darwin') {
fs.chmodSync(`${installPath}/func`, 0o755);
fs.chmodSync(`${installPath}/gozip`, 0o755);
fs.chmodSync(`${installPath}/in-proc8/func`, 0o755);
}
});
});
Expand Down

0 comments on commit 098dd97

Please sign in to comment.