Skip to content

Commit

Permalink
Fix agent name in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
Layoric committed Nov 21, 2024
1 parent a788673 commit 80b11da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -243,9 +243,9 @@ configure_server_and_register() {

# Extract domain from agent_url
# Split on // and take everything after it
local agent_url="${AGENT_URL}"
local domain=$(echo "$agent_url" | sed 's|.*//||')
local agent_name="ComfyUI Agent - ${domain}"
local agent_url="${AGENT_URL}"
local agent_password="${AGENT_PASSWORD}"

# Prepare API request
Expand Down

0 comments on commit 80b11da

Please sign in to comment.