Skip to content

Update init.bat with following changes:

Gonzalo Muñoz requested to merge gmunozfe/rhdm-install-demo:patch-1 into master
  • Missing quotes in this line: if exist "%SRC_DIR%%RHDM%"
  • Invocations for add-user.bat requires to add "call" in front of these commands: CALL %JBOSS_HOME%\bin\add-user.bat
  • There's a typo also for adding "kieserver" user, it should be "-a" and "ApplicationRealm": add-user.sh -a -r ApplicationRealm. If not, error 401 is obtained while syncing with controller default-kie-server.
Edited by Gonzalo Muñoz

Merge request reports