Skip to content

Commit 02b753e

Browse files
rcourtmanclaude
andauthored
fix: show specific port 7655 in Pulse container setup output (#4951)
- Replace generic (:your_port) with actual port 7655 in ct/pulse.sh - Provides users with correct access URL immediately after setup - Fixes incomplete access information shown at container creation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent c9eaaee commit 02b753e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ct/pulse.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ description
6767
msg_ok "Completed Successfully!\n"
6868
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
6969
echo -e "${INFO}${YW} Access it using the following URL:${CL}"
70-
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}(:your_port)${CL}"
70+
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:7655${CL}"

0 commit comments

Comments
 (0)