Update ct/sonarqube.sh

This commit is contained in:
Slaviša Arežina 2025-10-01 00:37:31 +02:00 committed by GitHub
parent 02462572b0
commit 0653120ad6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,6 +64,3 @@ msg_ok "Completed Successfully!\n"
echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}"
echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}"
echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9000${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:9000${CL}"
echo -e "${YW}Default credentials:${CL}"
echo -e "${TAB}Username: admin"
echo -e "${TAB}Password: admin"