File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ if "!RABBITMQ_PLUGINS_DIR!"=="" (
4747 set RABBITMQ_PLUGINS_DIR = !TDP0! ..\plugins
4848)
4949
50- " !ERLANG_HOME! \bin\erl.exe" -pa " !TDP0! ..\ebin" -noinput -hidden -sname rabbitmq-plugins!RANDOM! -s rabbit_plugins -enabled_plugins_file " !RABBITMQ_ENABLED_PLUGINS_FILE! " -plugins_dist_dir " !RABBITMQ_PLUGINS_DIR:\ =/ ! " -extra !STAR!
50+ " !ERLANG_HOME! \bin\erl.exe" -pa " !TDP0! ..\ebin" -noinput -hidden -sname rabbitmq-plugins!RANDOM!!TIME:~ 9 ! -s rabbit_plugins -enabled_plugins_file " !RABBITMQ_ENABLED_PLUGINS_FILE! " -plugins_dist_dir " !RABBITMQ_PLUGINS_DIR:\ =/ ! " -extra !STAR!
5151
5252endlocal
5353endlocal
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ set RABBITMQ_EBIN_ROOT=!TDP0!..\ebin
9696-pa " !RABBITMQ_EBIN_ROOT! " ^
9797-noinput -hidden ^
9898-s rabbit_prelaunch ^
99- -sname rabbitmqprelaunch!RANDOM! ^
99+ -sname rabbitmqprelaunch!RANDOM!!TIME:~ 9 ! ^
100100-extra " !RABBITMQ_ENABLED_PLUGINS_FILE:\ =/ ! " ^
101101 " !RABBITMQ_PLUGINS_DIR:\ =/ ! " ^
102102 " !RABBITMQ_PLUGINS_EXPAND_DIR:\ =/ ! " ^
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ if not exist "!ERLANG_HOME!\bin\erl.exe" (
4343 exit /B
4444)
4545
46- " !ERLANG_HOME! \bin\erl.exe" -pa " !TDP0! ..\ebin" -noinput -hidden !RABBITMQ_CTL_ERL_ARGS! -sname rabbitmqctl!RANDOM! -s rabbit_control -nodename !RABBITMQ_NODENAME! -extra !STAR!
46+ " !ERLANG_HOME! \bin\erl.exe" -pa " !TDP0! ..\ebin" -noinput -hidden !RABBITMQ_CTL_ERL_ARGS! -sname rabbitmqctl!RANDOM!!TIME:~ 9 ! -s rabbit_control -nodename !RABBITMQ_NODENAME! -extra !STAR!
4747
4848endlocal
4949endlocal
You can’t perform that action at this time.
0 commit comments