diff options
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/rabbitmq-plugin | 2 | ||||
| -rwxr-xr-x | scripts/rabbitmq-plugin.bat | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/rabbitmq-plugin b/scripts/rabbitmq-plugin index 4583873072..d6cf2befa4 100755 --- a/scripts/rabbitmq-plugin +++ b/scripts/rabbitmq-plugin @@ -19,7 +19,7 @@ [ "x" = "x$RABBITMQ_PLUGINS_DIR" ] && RABBITMQ_PLUGINS_DIR="${RABBITMQ_HOME}/plugins" -[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/provided_plugins" +[ "x" = "x$RABBITMQ_PLUGINS_DIST_DIR" ] && RABBITMQ_PLUGINS_DIST_DIR="${RABBITMQ_HOME}/plugins-dist" exec erl \ -pa "${RABBITMQ_HOME}/ebin" \ diff --git a/scripts/rabbitmq-plugin.bat b/scripts/rabbitmq-plugin.bat index 0aaad0ef3c..d4fd96256d 100755 --- a/scripts/rabbitmq-plugin.bat +++ b/scripts/rabbitmq-plugin.bat @@ -36,7 +36,7 @@ if not exist "!ERLANG_HOME!\bin\erl.exe" ( )
set RABBITMQ_PLUGINS_DIR=!TDP0!..\plugins
-set RABBITMQ_PLUGINS_DIST_DIR=!TDP0!..\provided_plugins
+set RABBITMQ_PLUGINS_DIST_DIR=!TDP0!..\plugins-dist
"!ERLANG_HOME!\bin\erl.exe" -pa "!TDP0!..\ebin" -noinput -hidden -sname rabbitmq-plugin!RANDOM! -s rabbit_plugin -plugins_dir "!RABBITMQ_PLUGINS_DIR:\=/!" -plugins_dist_dir "!RABBITMQ_PLUGINS_DIST_DIR:\=/!" -extra !STAR!
|
