erlware / relx

Sane, simple release creation for Erlang
http://erlware.github.io/relx
Apache License 2.0
697 stars 232 forks source link

include hostname when creating a remote shell #849

Closed tsloughter closed 3 years ago

tsloughter commented 3 years ago

Fix for #848

I'm not sure cut can be used in this script though, so this may need to be changed to sed or awk?

tsloughter commented 3 years ago

Hm, busybox has cut. So maybe it is safe to use here.