Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -432,8 +432,12 @@ esac


# Let the user know how to access to Bluecherry web UI

IP=$(ip route get 8.8.8.8 | sed -n '/src/{s/.*src *\([^ ]*\).*/\1/p;q}')
echo "You can now access bluecherry using https://${IP}:7001"
echo "The certificate is self-signed, yout browser will show a security warning"
echo "Default login is 'admin' with password 'bluecherry'"
echo "Remember to change your password"

check_docker_processes

# And we hope everything worked...