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

Update d.configuration.md #65

Merged
merged 1 commit into from
Sep 23, 2019
Merged

Update d.configuration.md #65

merged 1 commit into from
Sep 23, 2019

Conversation

uztbt
Copy link
Contributor

@uztbt uztbt commented Sep 16, 2019

It seems that the username file shouldn't have a newline at the end.

It seems that the username file shouldn't have newline at the end.
@dgkanatsios
Copy link
Owner

thanks! Are you sure there is a "\n" added with echo admin?

@uztbt
Copy link
Contributor Author

uztbt commented Sep 19, 2019

Yes, I'm sure.
I have verified with the following commands:

$ echo admin | od -t c
0000000    a   d   m   i   n  \n                                        
0000006

and

$ echo -n admin | od -t c
0000000    a   d   m   i   n                                            
0000005

References

@dgkanatsios dgkanatsios merged commit b003269 into dgkanatsios:master Sep 23, 2019
@dgkanatsios
Copy link
Owner

thanks!

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

Successfully merging this pull request may close these issues.

2 participants