feat: overwrite agentapi logs instead of appending them
This commit is contained in:
parent
85e7da3c41
commit
03ac608e1f
@ -100,6 +100,6 @@ if [ -n "${AGENTAPI_INITIAL_PROMPT}" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Start agentapi server with the agent-command.sh script
|
# Start agentapi server with the agent-command.sh script
|
||||||
nohup agentapi "${ARGS[@]}" -- "$module_path/agent-command.sh" &>> "$module_path/agentapi-start.log" &
|
nohup agentapi "${ARGS[@]}" -- "$module_path/agent-command.sh" &> "$module_path/agentapi-start.log" &
|
||||||
|
|
||||||
"$module_path/scripts/agentapi-wait-for-start.sh" "${AGENTAPI_PORT}"
|
"$module_path/scripts/agentapi-wait-for-start.sh" "${AGENTAPI_PORT}"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user