From d09dd0b66449c20c6c467b099a75eac57d65fe2b Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Wed, 11 Feb 2026 22:05:32 +0100 Subject: [PATCH] dispatcharr: include port 9191 in success-message (#11808) --- ct/dispatcharr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/dispatcharr.sh b/ct/dispatcharr.sh index a82335b20..f18b0975e 100644 --- a/ct/dispatcharr.sh +++ b/ct/dispatcharr.sh @@ -144,4 +144,4 @@ description msg_ok "Completed successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" -echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" +echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9191${CL}"