Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remsh extract wrong NODE name from ERL_FLAGS. #4783

Closed
telesoho opened this issue Sep 28, 2023 · 1 comment · Fixed by #4784
Closed

remsh extract wrong NODE name from ERL_FLAGS. #4783

telesoho opened this issue Sep 28, 2023 · 1 comment · Fixed by #4784

Comments

@telesoho
Copy link
Contributor

Description

remsh cannot node name from env ERL_FLAGS.

Steps to Reproduce

  1. export ERL_FLAGS="-setcookie balabala"
  2. set -name [email protected] in etc/vm.args
  3. run remsh

Expected Behaviour

remsh should show ([email protected])1> as shell prompt.
But it show default prompt ([email protected])1>.

Your Environment

  • CouchDB version used: 3
  • Browser name and version: Chrome
  • Operating system and version: Ubuntu 22.04

Additional Context

@nickva
Copy link
Contributor

nickva commented Sep 28, 2023

Thanks for reporting the issue and for the fix @telesoho! It's much appreciated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants