From b2d8e117d44ea3be8d000b45245725183dce9e2c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Sat, 11 Oct 2025 14:51:29 +0200 Subject: [PATCH] keycloak: fix update check --- ct/keycloak.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/keycloak.sh b/ct/keycloak.sh index f5a70e345..48e8ab91e 100644 --- a/ct/keycloak.sh +++ b/ct/keycloak.sh @@ -27,7 +27,7 @@ function update_script() { msg_error "No ${APP} Installation Found!" exit fi - if check_for_gh_release "keycloak" "keycloak/keycloak"; then + if check_for_gh_release "keycloak-app" "keycloak/keycloak"; then msg_info "Stopping Keycloak" systemctl stop keycloak msg_ok "Stopped Keycloak"