There was an error while loading. Please reload this page.
1 parent 384eafb commit ea2cf86Copy full SHA for ea2cf86
1 file changed
install/bichon-install.sh
@@ -21,8 +21,8 @@ if [[ -z "$bichon_url" ]]; then
21
BICHON_PUBLIC_URL="http://$LOCAL_IP:15630"
22
msg_ok "using local IP: http://$LOCAL_IP:15630\n"
23
else
24
- BICHON_PUBLIC_URL="$bichon_url"
25
msg_info "URL provided"
+ BICHON_PUBLIC_URL="$bichon_url"
26
msg_ok "Using provided URL: $BICHON_PUBLIC_URL\n"
27
fi
28
0 commit comments