Commit 6e11c17
committed
fix(nx-cloud): fix permission issue with Java security script
This change fixes the permission denied error when running the Java security script
by adding chmod +x to the command before execution. The script is now properly made
executable at runtime.
The fix is applied to both nx-api-deployment and aggregator-cron templates to ensure
consistent behavior across components.
This is part of the work to make Java security path detection more robust across
different Corretto versions and distributions.1 parent c87fea2 commit 6e11c17
3 files changed
Lines changed: 5 additions & 3 deletions
File tree
- charts/nx-cloud
- templates
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments