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

kenneth_suter
06.00.2007 60c5bb8afd84fbaa3c9f000e9fa3f2c52e121e51
fixed broken status panel launch after status panel command name changed
2 files modified
8 ■■■■ changed files
opends/src/quicksetup/org/opends/quicksetup/Installation.java 4 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java 4 ●●●● patch | view | raw | blame | history
opends/src/quicksetup/org/opends/quicksetup/Installation.java
@@ -168,12 +168,12 @@
  /**
   * The UNIX status panel script file name.
   */
  public static final String UNIX_STATUSPANEL_FILE_NAME = "statuspanel";
  public static final String UNIX_STATUSPANEL_FILE_NAME = "status-panel";
  /**
   * The Windows status panel batch file name.
   */
  public static final String WINDOWS_STATUSPANEL_FILE_NAME = "statuspanel.bat";
  public static final String WINDOWS_STATUSPANEL_FILE_NAME = "status-panel.bat";
  /**
   * The UNIX status command line script file name.
opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -168,12 +168,12 @@
  /**
   * The UNIX status panel script file name.
   */
  private static final String UNIX_STATUSPANEL_FILE_NAME = "statuspanel";
  private static final String UNIX_STATUSPANEL_FILE_NAME = "status-panel";
  /**
   * The Windows status panel batch file name.
   */
  private static final String WINDOWS_STATUSPANEL_FILE_NAME = "statuspanel.bat";
  private static final String WINDOWS_STATUSPANEL_FILE_NAME = "status-panel.bat";
  /**
   * The UNIX status command line script file name.