From ef5845c8a0d39cb3c37f4fb1ccaf3030598039bf Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 25 Jul 2025 12:30:50 +0200 Subject: [PATCH] Update keycloak.sh --- ct/keycloak.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ct/keycloak.sh b/ct/keycloak.sh index 109fb3f1..83fb4f44 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -73,6 +73,3 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}:8080/admin${CL}" -#echo -e "${TAB}${GN}Temporary admin user:${BL}tmpadm${CL}" -#echo -e "${TAB}${GN}Temporary admin password:${BL}admin123${CL}" -#echo -e "${INFO}${YW} If you modified ${BL}cache-ispn.xml${YW}: Re-apply your changes to the new file, otherwise leave it unchanged.${CL}"