From 15bc16942ca5a7132c289df204258ec234abc129 Mon Sep 17 00:00:00 2001 From: Simon MacMullen Date: Wed, 26 Nov 2014 16:45:25 +0000 Subject: Don't halt execution if RABBITMQ_CTL_ERL_ARGS is set. --- scripts/rabbitmq-env | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts') diff --git a/scripts/rabbitmq-env b/scripts/rabbitmq-env index 63cfda3c..5a3e73bc 100755 --- a/scripts/rabbitmq-env +++ b/scripts/rabbitmq-env @@ -111,3 +111,6 @@ DEFAULT_NODE_PORT=5672 [ "x" = "x$RABBITMQ_CTL_ERL_ARGS" ] && RABBITMQ_CTL_ERL_ARGS=${CTL_ERL_ARGS} ##--- End of overridden variables + +# Since we source this elsewhere, don't accidentally stop execution +true -- cgit v1.2.1