Skip to content

Commit

Permalink
Add back %HOST_IP_ADDRESS% to runMtxMgr.cmd and runHhMgr.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
lmz committed Sep 18, 2018
1 parent a894bbb commit cadf917
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions model-files/RunModel.bat
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ IF NOT %HH_SERVER%==localhost (
:: Start HH Server locally or remotely
IF %HH_SERVER%==localhost (
rem =========== local ========================
call CTRAMP\runtime\runHhMgr.cmd "%JAVA_PATH%"
call CTRAMP\runtime\runHhMgr.cmd "%JAVA_PATH%" %HOST_IP_ADDRESS%
echo Started household manager
) ELSE (
rem =========== remote ========================
Expand All @@ -324,7 +324,7 @@ IF %HH_SERVER%==localhost (
:: Start Matrix Server remotely or locally
IF %MATRIX_SERVER%==localhost (
rem =========== local ========================
call CTRAMP\runtime\runMtxMgr.cmd "%JAVA_PATH%"
call CTRAMP\runtime\runMtxMgr.cmd %HOST_IP_ADDRESS% "%JAVA_PATH%"
echo Started matrix manager
) ELSE (
rem =========== remote ========================
Expand Down

0 comments on commit cadf917

Please sign in to comment.