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

neil_a_wilson
06.53.2007 30f710f4e2bd2ae788fdac0c79a557fe584c74a9
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
1 files modified
2 ■■■ changed files
opends/resource/bin/start-ds 2 ●●● patch | view | raw | blame | history
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