Commit 100eab0
committed
fix(scripts): update chmod permissions for Linux startup script
- Change chmod from `u+x` to `+x` for node executable to apply permissions to all users
- Ensures consistent permission handling across all executables in startup script
- Aligns with existing chmod pattern used for pmhq executable1 parent b1b59be commit 100eab0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments