From ea2cf865a5834c492943c3d87b49302512bbad39 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Sat, 7 Feb 2026 20:41:18 +0100 Subject: [PATCH] Bichon: add read for public URL --- install/bichon-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/bichon-install.sh b/install/bichon-install.sh index 9feee90e7..ff528a470 100644 --- a/install/bichon-install.sh +++ b/install/bichon-install.sh @@ -21,8 +21,8 @@ if [[ -z "$bichon_url" ]]; then BICHON_PUBLIC_URL="http://$LOCAL_IP:15630" msg_ok "using local IP: http://$LOCAL_IP:15630\n" else - BICHON_PUBLIC_URL="$bichon_url" msg_info "URL provided" + BICHON_PUBLIC_URL="$bichon_url" msg_ok "Using provided URL: $BICHON_PUBLIC_URL\n" fi