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

Exiting ddev ssh results in a reported error even though there is none #1681

Closed
rfay opened this issue Jul 1, 2019 · 0 comments
Closed

Exiting ddev ssh results in a reported error even though there is none #1681

rfay opened this issue Jul 1, 2019 · 0 comments

Comments

@rfay
Copy link
Member

rfay commented Jul 1, 2019

Describe the bug

ddev ssh returns the result code of the previous command on exit, instead of a success.

To Reproduce
$ ddev ssh
$uid_501@955b035eda20:/var/www/html$ kdkdkd
bash: kdkdkd: command not found
uid_501@955b035eda20:/var/www/html$ exit
exit
Failed to ssh d8git: exit status 127

Expected behavior

I'm pretty sure ddev ssh should always return success on exit

Additional context

This pollutes the Sentry logs quite a lot, and is completely unnecessary.

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

No branches or pull requests

1 participant