Oops, silence.

This commit is contained in:
Simon MacMullen 2014-07-11 14:18:47 +01:00
parent 0238f84deb
commit 98d6ac5ffd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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" ^