docs: fix message typo in bin/emqx

This commit is contained in:
Zaiming (Stone) Shi 2022-03-04 13:52:11 +01:00 committed by GitHub
parent a0de86f327
commit 1a02e60640
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ if ! check_eralng_start >/dev/null 2>&1; then
fi fi
echoerr "There seem to be missing dynamic libs from the OS." echoerr "There seem to be missing dynamic libs from the OS."
echoerr "Using libs from ${DYNLIBS_DIR} instead." echoerr "Using libs from ${DYNLIBS_DIR} instead."
echoerr "NOTE: EMQX's rpc/deb package installation is recommended!" echoerr "NOTE: EMQX's rpm or deb package installation is recommended!"
fi fi
## backward compatible ## backward compatible