Update the start-ds script to eliminate a warning message about the inability
to acquire a lock file. The server was functioning properly, but the message
should not have been printed.
OpenDS Issue Number: 2242
| | |
| | | # 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 |