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

Gaetan Boismal
15.33.2015 befdcd08a3a8e0d1edc5af0b563492f622944c90
OPENDJ-1353 Fix setup in quiet mode mode

* org/opends/server/tools/InstallDS.java
** migrate old print command to println which includes isQuiet() check.
1 files modified
4 ■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java 4 ●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java
@@ -507,9 +507,7 @@
      return true;
    }
    final PrintStream printStreamOut = getOutputStream();
    final String licenseString = LicenseFile.getText();
    printStreamOut.println(licenseString);
    println(LocalizableMessage.raw(LicenseFile.getText()));
    // If the user asks for acceptLicense, license is displayed
    // and automatically accepted.
    if (!argParser.acceptLicense.isPresent())