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

mmarie
05.44.2008 49e4559f28960c4bc019320b0c41db53d42ae21c
Fix for 3565 : setup can not create baseDN when there is a tools.properties in the user environment
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
@@ -1174,6 +1174,8 @@
    argList.add("-Q");
    argList.add("--noPropertiesFile");
    final String[] args = new String[argList.size()];
    argList.toArray(args);