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

Ludovic Poitou
01.12.2011 e01ad71d761c65c94cd8531763c914c07927ea60
opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -2240,13 +2240,16 @@
   * @param hmSummary the Map containing the messages.
   */
  protected void updateSummaryWithServerState(
      Map<InstallProgressStep, Message> hmSummary)
      Map<InstallProgressStep, Message> hmSummary, Boolean isCli)
  {
   Installation installation = getInstallation();
   String cmd = getPath(installation.getControlPanelCommandFile());
   cmd = Utils.addWordBreaks(
   if (! isCli)
   {
     cmd = Utils.addWordBreaks(
       UIFactory.applyFontToHtml(cmd, UIFactory.INSTRUCTIONS_MONOSPACE_FONT),
       60, 5);
   }
   Message status;
   if (installation.getStatus().isServerRunning())
   {