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

jvergara
17.53.2007 8feee36de8e6042f928439b06a03d50018423afe
opends/src/quicksetup/org/opends/quicksetup/ui/QuickSetup.java
@@ -381,13 +381,13 @@
      public Object processBackgroundTask() throws UserDataException {
        try
        {
          String rootDirectory;
          Installation installation;
          if (isWebStart()) {
            rootDirectory = application.getUserData().getServerLocation();
            installation =
              new Installation(application.getUserData().getServerLocation());
          } else {
            rootDirectory = getInstallPathFromClasspath();
            installation = Installation.getLocal();
          }
          Installation installation = new Installation(rootDirectory);
          String cmd = getPath(installation.getStatusPanelCommandFile());
          ProcessBuilder pb = new ProcessBuilder(cmd);
          Map<String, String> env = pb.environment();