Oops, silence.
This commit is contained in:
parent
0238f84deb
commit
98d6ac5ffd
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
# rabbitmqctl starts distribution itself, so we need to make sure epmd
|
||||
# is running.
|
||||
${ERL_DIR}erl -sname rabbitmqctl-prelaunch-$$ -eval 'erlang:halt().'
|
||||
${ERL_DIR}erl -sname rabbitmqctl-prelaunch-$$ -noinput -eval 'erlang:halt().'
|
||||
|
||||
# We specify Mnesia dir and sasl error logger since some actions
|
||||
# (e.g. forget_cluster_node --offline) require us to impersonate the
|
||||
|
|
|
|||
|
|
@ -57,7 +57,7 @@ if not exist "!ERLANG_HOME!\bin\erl.exe" (
|
|||
|
||||
rem rabbitmqctl starts distribution itself, so we need to make sure epmd
|
||||
rem is running.
|
||||
"!ERLANG_HOME!\bin\erl.exe" -sname rabbitmqctl-prelaunch-!RANDOM!!TIME:~9! -eval "erlang:halt()."
|
||||
"!ERLANG_HOME!\bin\erl.exe" -sname rabbitmqctl-prelaunch-!RANDOM!!TIME:~9! -noinput -eval "erlang:halt()."
|
||||
|
||||
"!ERLANG_HOME!\bin\erl.exe" ^
|
||||
-pa "!TDP0!..\ebin" ^
|
||||
|
|
|
|||
Loading…
Reference in New Issue