chore: remove comments

This commit is contained in:
35C4n0r 2026-02-04 15:48:22 +00:00
parent 63c5e2cf7b
commit a3321811c1

View File

@ -122,13 +122,11 @@ ARGS=(
"--term-width" "${AGENTAPI_TERM_WIDTH}"
"--term-height" "${AGENTAPI_TERM_HEIGHT}"
)
# Add optional initial prompt
if [ -n "${AGENTAPI_INITIAL_PROMPT}" ]; then
ARGS+=("--initial-prompt" "${AGENTAPI_INITIAL_PROMPT}")
fi
# Start agentapi server with the agent-command.sh script (append logs to same file)
# Start agentapi server with the agent-command.sh script
nohup agentapi "${ARGS[@]}" -- "$module_path/agent-command.sh" &>> "$module_path/agentapi-start.log" &
"$module_path/scripts/agentapi-wait-for-start.sh" "${AGENTAPI_PORT}"