Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid "erl" printing the following message to the standard output: | Protocol 'inet_tcp': register/listen error: econnrefused The happens because the node tries to talk to EPMD, which isn't running. Could also be avoided by specifying e.g. "-erl_epmd_port 3470", but we'd rather not assume a specific port being available on the target system.
- Loading branch information