diff options
| author | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-23 15:50:02 +0100 |
|---|---|---|
| committer | Alexandru Scvortov <alexandru@rabbitmq.com> | 2011-09-23 15:50:02 +0100 |
| commit | 8c225dffff5cb5608e6e2acb1e3f67c6041b9adf (patch) | |
| tree | d7769d4fd4845cc1d69df16d34a05e629908c571 /scripts/rabbitmq-plugins | |
| parent | 005d9e704129f3c59b9c2a3ecf1a776c350fe45e (diff) | |
| download | rabbitmq-server-git-8c225dffff5cb5608e6e2acb1e3f67c6041b9adf.tar.gz | |
plugins-dist -> plugins
Diffstat (limited to 'scripts/rabbitmq-plugins')
| -rwxr-xr-x | scripts/rabbitmq-plugins | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rabbitmq-plugins b/scripts/rabbitmq-plugins index b3137a32de..c57151733e 100755 --- a/scripts/rabbitmq-plugins +++ b/scripts/rabbitmq-plugins @@ -19,7 +19,7 @@ [ "x" = "x$RABBITMQ_ENABLED_PLUGINS_FILE" ] && RABBITMQ_ENABLED_PLUGINS_FILE=/etc/rabbitmq/enabled_plugins -[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/plugins-dist" +[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/plugins" exec erl \ -pa "${RABBITMQ_HOME}/ebin" \ |
