Bichon: add read for public URL

This commit is contained in:
tremor021 2026-02-07 20:41:18 +01:00
parent 384eafb9f9
commit ea2cf865a5

View File

@ -21,8 +21,8 @@ if [[ -z "$bichon_url" ]]; then
BICHON_PUBLIC_URL="http://$LOCAL_IP:15630" BICHON_PUBLIC_URL="http://$LOCAL_IP:15630"
msg_ok "using local IP: http://$LOCAL_IP:15630\n" msg_ok "using local IP: http://$LOCAL_IP:15630\n"
else else
BICHON_PUBLIC_URL="$bichon_url"
msg_info "URL provided" msg_info "URL provided"
BICHON_PUBLIC_URL="$bichon_url"
msg_ok "Using provided URL: $BICHON_PUBLIC_URL\n" msg_ok "Using provided URL: $BICHON_PUBLIC_URL\n"
fi fi