keycloak: fix update check (#8275)

This commit is contained in:
CanbiZ
2025-10-11 19:16:12 +02:00
committed by GitHub
parent 1bdd93a137
commit d53a249bbf

View File

@@ -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"