Skip to content

Commit d8edb8a

Browse files
committed
Merge branch 'rabbitmq-server-1508' into rabbitmq-server-1508-master
2 parents c33dc4b + ae7799a commit d8edb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rabbitmq-env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ run_escript()
348348
exec "${ERL_DIR}erl" +B \
349349
-boot "$CLEAN_BOOT_FILE" \
350350
-noinput -noshell -hidden -smp enable \
351-
"$RABBITMQ_NAME_TYPE" "rabbitmqescript$$@localhost"
351+
"$RABBITMQ_NAME_TYPE" "rabbitmqescript$$@localhost" \
352352
$RABBITMQ_CTL_ERL_ARGS \ # Do *not* quote this
353353
-kernel inet_dist_listen_min "$RABBITMQ_CTL_DIST_PORT_MIN" \
354354
-kernel inet_dist_listen_max "$RABBITMQ_CTL_DIST_PORT_MAX" \

0 commit comments

Comments
 (0)