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

kenneth_suter
26.51.2007 aea2c95fefe5b2c9d87142418430ff8c31ffa778
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Launcher.java
@@ -239,7 +239,8 @@
    if (shouldPrintUsage()) {
      printUsage();
    } else if (isCli()) {
      System.exit(launchCli(args, createCliApplication()));
      int exitCode = launchCli(args, createCliApplication());
      System.exit(exitCode);
    } else {
      willLaunchGui();
      int exitCode = launchGui(args);