summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/activate-plugins.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/activate-plugins.bat b/scripts/activate-plugins.bat
index 8da9bf70cc..8bef4ad266 100644
--- a/scripts/activate-plugins.bat
+++ b/scripts/activate-plugins.bat
@@ -47,7 +47,7 @@ if not exist "%ERLANG_HOME%\bin\erl.exe" (
)
set RABBITMQ_PLUGINS_DIR="%~dp0..\plugins"
-set RABBITMQ_PLUGINS_UNPACKED_DIR="%~dp0..\priv\plugins"
+set RABBITMQ_PLUGINS_EXPAND_DIR="%~dp0..\priv\plugins"
set RABBITMQ_EBIN_DIR="%~dp0..\ebin"
-"%ERLANG_HOME%\bin\erl.exe" -pa "%~dp0..\ebin" -noinput -hidden -s rabbit_plugin_activator -rabbit plugins_dir \"%RABBITMQ_PLUGINS_DIR:\=/%\" -rabbit plugins_expand_dir \"%RABBITMQ_PLUGINS_EXPAND_DIR:\=/%\" -rabbit rabbit_ebin \"%RABBITMQ_EBIN_DIR:\=/%\" -extra %* \ No newline at end of file
+"%ERLANG_HOME%\bin\erl.exe" -pa "%~dp0..\ebin" -noinput -hidden -s rabbit_plugin_activator -rabbit plugins_dir \"%RABBITMQ_PLUGINS_DIR:\=/%\" -rabbit plugins_expand_dir \"%RABBITMQ_PLUGINS_EXPAND_DIR:\=/%\" -rabbit rabbit_ebin \"%RABBITMQ_EBIN_DIR:\=/%\" -extra %*