emqx/bin
Zaiming (Stone) Shi 9bc732784e fix(bin/emqx): check app status in bash script
Prior to this change, 'true=emqx:is_running().' Erlang assertion
is evaluated before 'emqx start' command gives up waiting.

The Erlang assertion would result in a error level crash log
which can be confusing.

This commit changes the equals to 'true' check to bash script
instead.

Also deleted the log message which advised users to report an
issue in case timeout happens, because daemon mode is almost only
used in tests
2024-01-08 17:15:34 +01:00
..
emqx fix(bin/emqx): check app status in bash script 2024-01-08 17:15:34 +01:00
emqx.cmd fix(windows): set EMQX_LOG_DIR env variable 2023-05-23 13:22:40 +02:00
emqx_cluster_rescue feat: add emqx_cluster_rescue 2022-07-15 15:47:52 +02:00
emqx_ctl fix: portable shebang 2021-12-27 15:45:12 +01:00
emqx_ctl.cmd feat(windows): simplify emqx_ctl for windows 2022-02-22 22:33:37 +01:00
install_upgrade.escript style: erlfmt all remaining escripts 2023-11-08 11:51:10 +08:00
node_dump refactor: export EMQX_LOG_DIR 2023-04-29 22:10:19 +02:00
nodetool style: erlfmt all `rebar.config` files and `bin/nodetool` 2023-12-29 09:08:03 +08:00