We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdd93a commit d53a249Copy full SHA for d53a249
ct/keycloak.sh
@@ -27,7 +27,7 @@ function update_script() {
27
msg_error "No ${APP} Installation Found!"
28
exit
29
fi
30
- if check_for_gh_release "keycloak" "keycloak/keycloak"; then
+ if check_for_gh_release "keycloak-app" "keycloak/keycloak"; then
31
msg_info "Stopping Keycloak"
32
systemctl stop keycloak
33
msg_ok "Stopped Keycloak"
0 commit comments