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

Gaetan Boismal
15.33.2015 920f71c500529824c62c6c213bfc4217adee11d4
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-sdk/opendj-server-legacy/src/main/java/org/opends/server/tools/InstallDS.java 4 ●●● patch | view | raw | blame | history
opendj-sdk/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())