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