mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Set node name correctly on erlsrv commandline
This commit is contained in:
parent
4db90bafef
commit
816d1805d5
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
@goto :EOF
|
||||
|
||||
:install
|
||||
@%erts_bin%\erlsrv.exe add %service_name% -c "Erlang node %node_name% in %node_root%" -w %node_root% -m %node_root%\bin\start_erl.cmd -args " ++ %node_name% ++ %node_root%" -stopaction "init:stop()."
|
||||
@%erts_bin%\erlsrv.exe add %service_name% -c "Erlang node %node_name% in %node_root%" -sname %node_name% -w %node_root% -m %node_root%\bin\start_erl.cmd -args " ++ %node_name% ++ %node_root%" -stopaction "init:stop()."
|
||||
@goto :EOF
|
||||
|
||||
:uninstall
|
||||
|
|
Loading…
Reference in a new issue