We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7799a commit 847b118Copy full SHA for 847b118
scripts/rabbitmq-env
@@ -344,12 +344,14 @@ run_escript()
344
escript="${1:?escript must be defined}"
345
shift
346
347
+ # Important: do not quote RABBITMQ_CTL_ERL_ARGS as they must be
348
+ # word-split
349
# shellcheck disable=SC2086
350
exec "${ERL_DIR}erl" +B \
351
-boot "$CLEAN_BOOT_FILE" \
352
-noinput -noshell -hidden -smp enable \
353
"$RABBITMQ_NAME_TYPE" "rabbitmqescript$$@localhost" \
- $RABBITMQ_CTL_ERL_ARGS \ # Do *not* quote this
354
+ $RABBITMQ_CTL_ERL_ARGS \
355
-kernel inet_dist_listen_min "$RABBITMQ_CTL_DIST_PORT_MIN" \
356
-kernel inet_dist_listen_max "$RABBITMQ_CTL_DIST_PORT_MAX" \
357
-sasl errlog_type error \
0 commit comments