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

jvergara
29.54.2007 66ad41503e32e26e11405b497a9592d98e2d05a0
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));
  }
  /**