Skip to content

Commit ea2cf86

Browse files
committed
Bichon: add read for public URL
1 parent 384eafb commit ea2cf86

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install/bichon-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ if [[ -z "$bichon_url" ]]; then
2121
BICHON_PUBLIC_URL="http://$LOCAL_IP:15630"
2222
msg_ok "using local IP: http://$LOCAL_IP:15630\n"
2323
else
24-
BICHON_PUBLIC_URL="$bichon_url"
2524
msg_info "URL provided"
25+
BICHON_PUBLIC_URL="$bichon_url"
2626
msg_ok "Using provided URL: $BICHON_PUBLIC_URL\n"
2727
fi
2828

0 commit comments

Comments
 (0)