mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
committed by
Stian Thorgersen
parent
d6abade872
commit
85240c9606
@@ -22,12 +22,5 @@ fi
|
||||
DIRNAME=`dirname "$RESOLVED_NAME"`
|
||||
|
||||
|
||||
# Uncomment out these lines if you are integrating with `kcinit`
|
||||
#if [ "$1" = "config" ]; then
|
||||
# java $KC_OPTS -cp $DIRNAME/client/keycloak-admin-cli-${project.version}.jar org.keycloak.client.admin.cli.KcAdmMain "$@"
|
||||
#else
|
||||
# java $KC_OPTS -cp $DIRNAME/client/keycloak-admin-cli-${project.version}.jar org.keycloak.client.admin.cli.KcAdmMain "$@" --noconfig --token $(kcinit token admin-cli) --server $(kcinit show server)
|
||||
#fi
|
||||
# Remove the next line if you have enabled kcinit
|
||||
java $KC_OPTS -cp $DIRNAME/client/keycloak-admin-cli-${project.version}.jar org.keycloak.client.admin.cli.KcAdmMain "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user