diff options
| author | Tim Watson <tim@rabbitmq.com> | 2013-05-09 16:03:24 +0100 |
|---|---|---|
| committer | Tim Watson <tim@rabbitmq.com> | 2013-05-09 16:03:24 +0100 |
| commit | 03c61eaa7b23fe4c5aa902504715236bc4abbb64 (patch) | |
| tree | 54cd750becbb91ed6c9f0c041a3e04364a67daca /scripts/rabbitmq-plugins | |
| parent | 08877efa78ca44cb0324d1d4242e01d4dab92933 (diff) | |
| parent | b365a806570224761307a3bdd25b1417d2746ce1 (diff) | |
| download | rabbitmq-server-git-03c61eaa7b23fe4c5aa902504715236bc4abbb64.tar.gz | |
merge default into bug25537
Diffstat (limited to 'scripts/rabbitmq-plugins')
| -rwxr-xr-x | scripts/rabbitmq-plugins | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index 43f450c05a..c043c90afa 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" \ |
