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

ludovicp
03.37.2008 5eea85798a7476a490262164c65fb5836d275165
opends/src/quicksetup/org/opends/quicksetup/configurator/Configurator.java
@@ -209,7 +209,7 @@
        exit = proc.exitValue();
        if (exit != 0) {
          LOG.log(Level.SEVERE, "[" + cmd + "] returns " + exit);
          System.err.println(ERR_CONFIGURE_OPENDSD_NOT_EXIST.get());
          System.err.println(ERR_CONFIGURE_LDAPUSER_NOT_EXIST.get(user));
          System.exit(ReturnCode.APPLICATION_ERROR.getReturnCode());
        }
      }