diff options
Diffstat (limited to 'scripts/rabbitmq-queues.bat')
| -rw-r--r-- | scripts/rabbitmq-queues.bat | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripts/rabbitmq-queues.bat b/scripts/rabbitmq-queues.bat index c90a696806..028e2664c9 100644 --- a/scripts/rabbitmq-queues.bat +++ b/scripts/rabbitmq-queues.bat @@ -49,11 +49,6 @@ if not defined ERL_CRASH_DUMP_SECONDS ( -boot !CLEAN_BOOT_FILE! ^
-noinput -noshell -hidden -smp enable ^
!RABBITMQ_CTL_ERL_ARGS! ^
--kernel inet_dist_listen_min !RABBITMQ_CTL_DIST_PORT_MIN! ^
--kernel inet_dist_listen_max !RABBITMQ_CTL_DIST_PORT_MAX! ^
--sasl errlog_type error ^
--mnesia dir \""!RABBITMQ_MNESIA_DIR:\=/!"\" ^
--nodename !RABBITMQ_NODENAME! ^
-run escript start ^
-escript main rabbitmqctl_escript ^
-extra "%RABBITMQ_HOME%\escript\rabbitmq-queues" !STAR!
@@ -62,5 +57,7 @@ if ERRORLEVEL 1 ( exit /B %ERRORLEVEL%
)
+EXIT /B 0
+
endlocal
endlocal
|
