bitwalker / distillery

Simplify deployments in Elixir with OTP releases!
MIT License
2.96k stars 396 forks source link

Fix -sname support #704

Closed nifoc closed 1 year ago

nifoc commented 4 years ago

Summary of changes

-sname support was not working in all cases (e.g. https://github.com/bitwalker/distillery/issues/699). This fixes at least the things mentioned in the above issue.

Checklist

Licensing/Copyright

By submitting this PR, you agree to the following statement, please read before submission!

I certify that I own, and have sufficient rights to contribute, all source code and related material intended to be compiled or integrated with the source code for Distillery (the "Contribution"). My Contribution is licensed under the MIT License.

NOTE: If you submit a PR and remove the statement above, your PR will be rejected. For your PR to be considered, it must contain your agreement to license under the MIT license.

albertored commented 4 years ago

Any news on this? I have the same problem being not able to ping or remote_console to my app with sname because of the inverted if statement in this PR