Skip to content

Commit

Permalink
Can't start Keycloak 22.0.3 on Windows
Browse files Browse the repository at this point in the history
* added necessary double quotes to kc.bat

Closes keycloak#23563

Signed-off-by: Peter Zaoral <[email protected]>
  • Loading branch information
Pepo48 committed Oct 19, 2023
1 parent b7ce04e commit f4b7633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quarkus/dist/src/main/content/bin/kc.bat
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ if "x%JAVA_HOME%" == "x" (

set "CLASSPATH_OPTS=%DIRNAME%..\lib\quarkus-run.jar"

set JAVA_RUN_OPTS=%JAVA_OPTS% -Dkc.home.dir=%DIRNAME%.. -Djboss.server.config.dir=%DIRNAME%..\conf -Dkeycloak.theme.dir=%DIRNAME%..\themes %SERVER_OPTS% -cp %CLASSPATH_OPTS% io.quarkus.bootstrap.runner.QuarkusEntryPoint %CONFIG_ARGS%
set JAVA_RUN_OPTS=%JAVA_OPTS% -Dkc.home.dir="%DIRNAME%.." -Djboss.server.config.dir="%DIRNAME%..\conf" -Dkeycloak.theme.dir="%DIRNAME%..\themes" %SERVER_OPTS% -cp "%CLASSPATH_OPTS%" io.quarkus.bootstrap.runner.QuarkusEntryPoint %CONFIG_ARGS%

SetLocal EnableDelayedExpansion

Expand Down

0 comments on commit f4b7633

Please sign in to comment.