Skip to content

Commit

Permalink
Set node name correctly on erlsrv commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
MattVonVielen authored and Tuncer Ayaz committed Jan 9, 2012
1 parent 4db90ba commit 816d180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/simplenode.windows.runner.cmd
Expand Up @@ -31,7 +31,7 @@
@goto :EOF @goto :EOF


:install :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 @goto :EOF


:uninstall :uninstall
Expand Down

0 comments on commit 816d180

Please sign in to comment.