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

kenneth_suter
26.45.2007 24a90f02e573da826c192cca6d6745c2b02ef287
opends/src/quicksetup/org/opends/quicksetup/Launcher.java
@@ -239,10 +239,7 @@
    if (shouldPrintUsage()) {
      printUsage();
    } else if (isCli()) {
      int exitCode = launchCli(args, createCliApplication());
      if (exitCode != 0) {
        System.exit(exitCode);
      }
      System.exit(launchCli(args, createCliApplication()));
    } else {
      willLaunchGui();
      int exitCode = launchGui(args);