mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-02 18:39:05 +01:00
add comment about permissions
This commit is contained in:
parent
a2259cb7eb
commit
d58d09e013
@ -99,7 +99,7 @@ const config = {
|
|||||||
withFileTypes: true,
|
withFileTypes: true,
|
||||||
})
|
})
|
||||||
.filter((f) => f.isFile() && f.name.startsWith("wavesrv"))
|
.filter((f) => f.isFile() && f.name.startsWith("wavesrv"))
|
||||||
.forEach((f) => fs.chmodSync(path.resolve(f.parentPath ?? f.path, f.name), 0o755));
|
.forEach((f) => fs.chmodSync(path.resolve(f.parentPath ?? f.path, f.name), 0o755)); // 0o755 corresponds to -rwxr-xr-x
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user