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

neil_a_wilson
07.21.2007 421bdc0a19055773d1a3e97c95cea7e35cc5de71
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -569,6 +569,11 @@
    return new File(getRootDirectory(), "uninstall.bat");
  }
  /**
   * Returns the path to the status-panel file.
   *
   * @return the path to the status-panel file.
   */
  public File getStatusPanelCommandFile() {
    File statusPanelCommandFile;
    if (Utils.isWindows()) {