summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-plugins
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2013-03-11 16:15:03 +0000
committerSimon MacMullen <simon@rabbitmq.com>2013-03-11 16:15:03 +0000
commitecc5fae0ea796d8b51f4eee75c1045b09fc389d3 (patch)
treeb1f1b18f8367c2bde74ab04867b8369905a9c1db /scripts/rabbitmq-plugins
parent42cff68581fe5772de741012b3d75f0c336a4fd6 (diff)
parent6551ce1f20f5d6dfbac6e3c994f8cc2273fc1917 (diff)
downloadrabbitmq-server-ecc5fae0ea796d8b51f4eee75c1045b09fc389d3.tar.gz
Merge bug25271
Diffstat (limited to 'scripts/rabbitmq-plugins')
-rwxr-xr-xscripts/rabbitmq-plugins3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins
index 43f450c0..c043c90a 100755
--- a/scripts/rabbitmq-plugins
+++ b/scripts/rabbitmq-plugins
@@ -26,11 +26,12 @@
##--- End of overridden <var_name> variables
-exec erl \
+exec ${ERL_DIR}erl \
-pa "${RABBITMQ_HOME}/ebin" \
-noinput \
-hidden \
-sname rabbitmq-plugins$$ \
+ -boot "${CLEAN_BOOT_FILE}" \
-s rabbit_plugins_main \
-enabled_plugins_file "$RABBITMQ_ENABLED_PLUGINS_FILE" \
-plugins_dist_dir "$RABBITMQ_PLUGINS_DIR" \