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

neil_a_wilson
06.53.2007 30f710f4e2bd2ae788fdac0c79a557fe584c74a9
opends/resource/bin/start-ds
@@ -164,7 +164,7 @@
    # An exit code of 98 means that the server is already running.
   ${JAVA_BIN} ${SCRIPT_NAME_ARG} org.opends.server.core.DirectoryServer \
            --configClass org.opends.server.extensions.ConfigFileHandler \
            --configFile "${CONFIG_FILE}" --checkStartability
            --configFile "${CONFIG_FILE}" --checkStartability > /dev/null 2>&1
    EC=${?}
    if test ${EC} -eq 98
    then