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

Gaetan Boismal
15.19.2016 f42398b67ac6f01f41e08939a48a7977630eebf8
opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java
@@ -382,7 +382,7 @@
    installer.run();
    printStatusCommand();
    final ApplicationException ue = installer.getRunError();
    final ApplicationException ue = installer.getApplicationException();
    if (ue != null)
    {
      return ue.getType().getReturnCode();