We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae451 commit 399c186Copy full SHA for 399c186
registry/coder/modules/claude-code/scripts/start.sh
@@ -112,7 +112,7 @@ function start_agentapi() {
112
echo ${ARGS[@]} >> "/tmp/yevhenii-debug.log"
113
114
agentapi server --type claude --term-width 67 --term-height 1190 -- \
115
- sudo setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin /home/coder/go/bin/boundary "${BOUNDARY_ARGS[@]}" -- \
+ sudo -E env PATH=$PATH setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin /home/coder/go/bin/boundary "${BOUNDARY_ARGS[@]}" -- \
116
claude "${ARGS[@]}"
117
else
118
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"
0 commit comments