SCRIPT_HOME variable in windows points to the
directory of the rabbitmq-multi.bat script
This commit is contained in:
parent
b126d150c0
commit
5b99aeb233
|
@ -41,7 +41,7 @@ if "%NODE_PORT%"=="" (
|
|||
)
|
||||
|
||||
set PIDS_FILE=%RABBITMQ_BASE%\rabbitmq.pids
|
||||
set SCRIPT_HOME=.
|
||||
set SCRIPT_HOME=%~dp0%
|
||||
|
||||
if "%ERLANG_HOME%"=="" (
|
||||
set ERLANG_HOME=%~dp0%..\..\..
|
||||
|
|
Loading…
Reference in New Issue