summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-plugins
diff options
context:
space:
mode:
authorAlvaro Videla <alvaro@rabbitmq.com>2015-01-28 14:03:17 +0100
committerAlvaro Videla <alvaro@rabbitmq.com>2015-01-28 14:03:17 +0100
commitcc040e95d6ee7e0703547338848c2849b39e59ec (patch)
treed188f0241a368fdcb235de487166b5aa0f90ad8d /scripts/rabbitmq-plugins
parentd6453f1d044ac944eeec2b8b3196b79497b528f2 (diff)
downloadrabbitmq-server-git-cc040e95d6ee7e0703547338848c2849b39e59ec.tar.gz
adds RABBITMQ_CTL_ERL_ARGS to rabbitmq-plugins
Diffstat (limited to 'scripts/rabbitmq-plugins')
-rwxr-xr-xscripts/rabbitmq-plugins1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins
index 29c4b0c86a..84ed9fdc53 100755
--- a/scripts/rabbitmq-plugins
+++ b/scripts/rabbitmq-plugins
@@ -23,6 +23,7 @@ exec ${ERL_DIR}erl \
-pa "${RABBITMQ_HOME}/ebin" \
-noinput \
-hidden \
+ ${RABBITMQ_PLUGINS_ERL_ARGS} \
${RABBITMQ_NAME_TYPE} rabbitmq-plugins$$ \
-boot "${CLEAN_BOOT_FILE}" \
-s rabbit_plugins_main \