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

jvergara
16.41.2007 c1621947fe4af5e189f440d711f855a51850712a
opendj-sdk/opends/src/server/org/opends/server/tools/ConfigureWindowsService.java
@@ -773,7 +773,8 @@
   */
  private static String getBinaryFullPath()
  {
    return getServerRoot()+"\\lib\\opends_service.exe";
    return SetupUtils.getScriptPath(
        getServerRoot()+"\\lib\\opends_service.exe");
  }
  /**