- Notifications
You must be signed in to change notification settings - Fork1k
Commitc7cfa65
authored
fix(enterprise): correct order for external agent init cmd (#19408)
### Description`CODER_AGENT_TOKEN` env variable was incorrectly being passed to thecurl command instead of the executed script during agent initialization.Fixed the command order to ensure `CODER_AGENT_TOKEN` is properly passedto the script execution context rather than the download command.1 parent7f72067 commitc7cfa65
2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
89 |
| - | |
| 89 | + | |
90 | 90 |
| |
91 | 91 |
| |
92 | 92 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
385 | 385 |
| |
386 | 386 |
| |
387 | 387 |
| |
388 |
| - | |
| 388 | + | |
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
|
0 commit comments
Comments
(0)