SCRIPT_HOME variable in windows points to the

directory of the rabbitmq-multi.bat script
This commit is contained in:
Hubert Plociniczak 2008-08-14 13:43:40 +01:00
parent b126d150c0
commit 5b99aeb233
1 changed files with 1 additions and 1 deletions

View File

@ -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%..\..\..