From c7f585cc218d4583d68cac9a930b2982af1e2c31 Mon Sep 17 00:00:00 2001 From: zmstone Date: Wed, 5 Jun 2024 21:54:17 +0200 Subject: [PATCH] fix(bin/emqx): ensure -noinput is prior to -noshell iex seems to depend on this order, otherwise it terminiates right after boot --- bin/emqx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/emqx b/bin/emqx index 1db57d7e8..3bd86db0c 100755 --- a/bin/emqx +++ b/bin/emqx @@ -1199,7 +1199,7 @@ case "${COMMAND}" in esac case "$COMMAND" in foreground) - FOREGROUNDOPTIONS="-enable-feature maybe_expr -noshell -noinput +Bd" + FOREGROUNDOPTIONS="-enable-feature maybe_expr -noinput -noshell +Bd" ;; *) FOREGROUNDOPTIONS='-enable-feature maybe_expr'