From 046efd7fb2a05e8d81c49f2ff5284e033a60eb50 Mon Sep 17 00:00:00 2001 From: Evangelos Foutras Date: Sat, 12 Nov 2022 18:51:25 +0200 Subject: [PATCH] kcadm_wrapper.sh: call kcadm.sh instead of kcadm I think this was renamed when Keycloak switched to Quarkus. --- misc/kcadm_wrapper.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/kcadm_wrapper.sh b/misc/kcadm_wrapper.sh index 0a6adc0e..59795e13 100755 --- a/misc/kcadm_wrapper.sh +++ b/misc/kcadm_wrapper.sh @@ -11,7 +11,7 @@ # See for general kcadm usage: # https://github.com/keycloak/keycloak-documentation/blob/master/server_admin/topics/admin-cli.adoc -kcadm "$@" \ +kcadm.sh "$@" \ -r archlinux \ --no-config \ --server https://accounts.archlinux.org \