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

jvergara
16.41.2007 f8372f9b8f798114d0b4fa896abeac187c074480
opends/src/quicksetup/org/opends/quicksetup/BuildInformation.java
@@ -90,7 +90,8 @@
          throws ApplicationException {
    BuildInformation bi = new BuildInformation();
    List<String> args = new ArrayList<String>();
    args.add(Utils.getPath(installation.getServerStartCommandFile()));
    args.add(Utils.getScriptPath(
        Utils.getPath(installation.getServerStartCommandFile())));
    args.add("-F"); // full verbose
    ProcessBuilder pb = new ProcessBuilder(args);
    InputStream is = null;