We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e10327 commit 05300ccCopy full SHA for 05300cc
deps/rabbit/scripts/rabbitmq-diagnostics.bat
@@ -36,7 +36,13 @@ if not defined ERL_CRASH_DUMP_SECONDS (
36
set ERL_CRASH_DUMP_SECONDS=0
37
)
38
39
-"!ERLANG_HOME!\bin\erl.exe" +B ^
+if "%1"=="remote_shell" (
40
+ set ERL_CMD=werl.exe
41
+) else (
42
+ set ERL_CMD=erl.exe
43
+)
44
+
45
+"!ERLANG_HOME!\bin\!ERL_CMD!" +B ^
46
-boot !CLEAN_BOOT_FILE! ^
47
-noinput -noshell -hidden -smp enable ^
48
!RABBITMQ_CTL_ERL_ARGS! ^
0 commit comments