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

jvergara
18.25.2007 fe32c33927f1e6e02c70798e6da8e06701b37df9
Fix for issue 2307.

Use the new option for the template file.
1 files modified
2 ■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 2 ●●● patch | view | raw | blame | history
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");