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

kenneth_suter
07.06.2007 10948b56d9da058dde6838e7566c72966fc7856c
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -569,4 +569,15 @@
    return new File(getRootDirectory(), "uninstall.bat");
  }
  public File getStatusPanelCommandFile() {
    File statusPanelCommandFile;
    if (Utils.isWindows()) {
      statusPanelCommandFile = new File(getBinariesDirectory(),
              WINDOWS_STATUSPANEL_FILE_NAME);
    } else {
      statusPanelCommandFile = new File(getBinariesDirectory(),
              UNIX_STATUSPANEL_FILE_NAME);
    }
    return statusPanelCommandFile;
  }
}