1
1
Fork 0
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2024-05-05 16:26:03 +02:00

kcadm_wrapper.sh: call kcadm.sh instead of kcadm

I think this was renamed when Keycloak switched to Quarkus.
This commit is contained in:
Evangelos Foutras 2022-11-12 18:51:25 +02:00
parent 26b27b1d53
commit 046efd7fb2
No known key found for this signature in database
GPG Key ID: 51E8B148A9999C34

View File

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