Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
taikulawo committed Mar 28, 2024
1 parent dbf6bbc commit 5d72278
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/check.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ async function resolveSidecar(binInfo) {
.on("finish", async () => {
console.log(`[INFO]: "${name}" gunzip finished`);
ChmodSync(sidecarPath, 755);
consoleExecSync(`chmod 755 ${sidecarPath}`);
consoleExecSync(`ls -ila ${sidecarPath}`);
console.log(`[INFO]: "${name}" chmod binary finished`);
resolve();
Expand Down

0 comments on commit 5d72278

Please sign in to comment.