fix another typo
This commit is contained in:
parent
16892d806e
commit
e340affe95
@ -171,7 +171,7 @@ resource "coder_script" "claude_code" {
|
|||||||
export LANG=en_US.UTF-8
|
export LANG=en_US.UTF-8
|
||||||
export LC_ALL=en_US.UTF-8
|
export LC_ALL=en_US.UTF-8
|
||||||
|
|
||||||
tmux new-session -d -s claude-code-agentapi -c ${var.folder} 'agentapi server -- bash -c "claude --dangerously-skip-permissions \"$CODER_MCP_CLAUDE_TASK_PROMPT\" | tee -a \"$HOME/.claude-code.log\""; exec bash'More actions
|
tmux new-session -d -s claude-code-agentapi -c ${var.folder} 'agentapi server -- bash -c "claude --dangerously-skip-permissions \"$CODER_MCP_CLAUDE_TASK_PROMPT\" | tee -a \"$HOME/.claude-code.log\""; exec bash'
|
||||||
echo "Waiting for agentapi server to start on port 3284..."
|
echo "Waiting for agentapi server to start on port 3284..."
|
||||||
for i in $(seq 1 15); do
|
for i in $(seq 1 15); do
|
||||||
if lsof -i :3284 | grep -q 'LISTEN'; then
|
if lsof -i :3284 | grep -q 'LISTEN'; then
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user