Compare commits

...

1 Commits

Author SHA1 Message Date
CanbiZ
b2d8e117d4 keycloak: fix update check 2025-10-11 14:51:29 +02:00

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"