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

jvergara
17.34.2007 3a3d461880a8a0373201ea75984fce3e035a6040
Only exit of the launcher program when the GUI could not be launched.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Launcher.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/Launcher.java
@@ -391,8 +391,8 @@
        CliApplication cliApp = createCliApplication();
        exitCode = launchCli(cliApp);
        preExit(cliApp);
        System.exit(exitCode);
      }
      System.exit(exitCode);
    }
  }