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

jvergara
29.54.2007 3414b385627d5b53ecab815dde034b8141d28691
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/Utils.java
@@ -811,7 +811,7 @@
   */
  public static boolean isCli()
  {
    return "true".equals(System.getProperty("org.opends.quicksetup.cli"));
    return "true".equals(System.getProperty(Constants.CLI_JAVA_PROPERTY));
  }
  /**