also debug agentapi-start.sh

This commit is contained in:
Cian Johnston 2026-01-07 16:12:45 +00:00
parent 41e86b8715
commit b2c1ff0770
No known key found for this signature in database
GPG Key ID: F57401F0A40CBB29

View File

@ -1,6 +1,7 @@
#!/bin/bash
set -o errexit
set -o pipefail
set -x
use_prompt=${1:-false}
port=${2:-3284}