Skip to content

Commit 28a7a8c

Browse files
committed
FIxes
1 parent ea2cf86 commit 28a7a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install/bichon-install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ update_os
1515

1616
fetch_and_deploy_gh_release "bichon" "rustmailer/bichon" "prebuild" "latest" "/opt/bichon" "bichon-*-x86_64-unknown-linux-gnu.tar.gz"
1717

18-
read -r -p "Enter the public URL for Bichon (e.g., https://bichon.yourdomain.com) or leave empty to use container IP: " bichon_url
18+
read -r -p "${TAB3}Enter the public URL for Bichon (e.g., https://bichon.yourdomain.com) or leave empty to use container IP: " bichon_url
1919
if [[ -z "$bichon_url" ]]; then
2020
msg_info "No URL provided"
2121
BICHON_PUBLIC_URL="http://$LOCAL_IP:15630"
22-
msg_ok "using local IP: http://$LOCAL_IP:15630\n"
22+
msg_ok "Using local IP: http://$LOCAL_IP:15630\n"
2323
else
2424
msg_info "URL provided"
2525
BICHON_PUBLIC_URL="$bichon_url"

0 commit comments

Comments
 (0)