keycloak: fix update check

This commit is contained in:
CanbiZ
2025-10-11 14:51:29 +02:00
committed by GitHub
parent a733c85293
commit b2d8e117d4

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"