KEYCLOAK-10974 Add quotes in kcreg.bat to allow installation dir with spaces
This commit is contained in:
parent
f926529767
commit
80187b54ff
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ if "%OS%" == "Windows_NT" (
|
||||||
) else (
|
) else (
|
||||||
set DIRNAME=.\
|
set DIRNAME=.\
|
||||||
)
|
)
|
||||||
java %KC_OPTS% -cp %DIRNAME%\client\keycloak-client-registration-cli-${project.version}.jar org.keycloak.client.registration.cli.KcRegMain %*
|
java %KC_OPTS% -cp "%DIRNAME%\client\keycloak-client-registration-cli-${project.version}.jar" org.keycloak.client.registration.cli.KcRegMain %*
|
||||||
|
|
Loading…
Reference in a new issue