mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
18.25.2007 93bbfa4c2e7dc23e65fa6200d290ba3b85f8f45b
Fix for issue 2307.

Use the new option for the template file.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -1151,7 +1151,7 @@
      argList.add(getConfigurationFile());
      argList.add("-n");
      argList.add(getBackendName());
      argList.add("-t");
      argList.add("-A");
      argList.add(templatePath.getAbsolutePath());
      argList.add("-s"); // seed
      argList.add("0");