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

jvergara
17.53.2007 8feee36de8e6042f928439b06a03d50018423afe
opends/src/quicksetup/org/opends/quicksetup/installer/InstallLauncher.java
@@ -291,8 +291,7 @@
    newArgList.add("--configClass");
    newArgList.add("org.opends.server.extensions.ConfigFileHandler");
    newArgList.add("--configFile");
    Installation installation =
            new Installation(Utils.getInstallPathFromClasspath());
    Installation installation = Installation.getLocal();
    newArgList.add(Utils.getPath(installation.getCurrentConfigurationFile()));
    String[] newArgs = new String[newArgList.size()];