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

fixed a bug in ssh_connect.py when /bin/sh is a symlink #545

Merged
merged 2 commits into from Nov 12, 2015
Merged

fixed a bug in ssh_connect.py when /bin/sh is a symlink #545

merged 2 commits into from Nov 12, 2015

Conversation

mammo0
Copy link
Contributor

@mammo0 mammo0 commented Jun 27, 2015

This pull request is an addition to PR #505.
It checks not only if /bin/sh is linked to 'busybox' but if it's a symlink in general. With this fix the PR #505 works on more platforms.

the script ssh_connect.py terminated when the /bin/sh is a symlink to busybox or dash (e.g. on RPi's)
liftoff added a commit that referenced this pull request Nov 12, 2015
Fixed a bug in ssh_connect.py when /bin/sh is a symlink.  Thanks to mammo0 for the PR.
@liftoff liftoff merged commit ea31e7b into liftoff:master Nov 12, 2015
@liftoff
Copy link
Owner

liftoff commented Nov 12, 2015

Thanks for this fix. It's actually kinda clever how it works 😄

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.

None yet

2 participants