Skip to content

Commit 4f35b01

Browse files
refactor: minor fix
1 parent b00f535 commit 4f35b01

File tree

1 file changed

+1
-1
lines changed
  • registry/coder/modules/claude-code/scripts

1 file changed

+1
-1
lines changed

registry/coder/modules/claude-code/scripts/start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function start_agentapi() {
132132
done
133133

134134
agentapi server --allowed-hosts="*" --type claude --term-width 67 --term-height 1190 -- \
135-
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[@]}" -- \
135+
sudo -E env PATH=$PATH setpriv --inh-caps=+net_admin --ambient-caps=+net_admin --bounding-set=+net_admin boundary "${BOUNDARY_ARGS[@]}" -- \
136136
claude "${CLAUDE_ARGS[@]}"
137137
else
138138
agentapi server --type claude --term-width 67 --term-height 1190 -- claude "${ARGS[@]}"

0 commit comments

Comments
 (0)