You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 3, 2025. It is now read-only.
The problem is in the parsing of the command line arguments. In the case of this script, the isatty call returns false and the parsing goes into a loop (waiting for an EOF that never comes).
The workaround is to pass -n to ssh (redirect input to /dev/null) but that's neither obvious or intuitive.
The text was updated successfully, but these errors were encountered:
Original report (archived issue) by Hugo Boyer (Bitbucket: hugomatic, GitHub: hugomatic).
the following bash script fails to execute:
The problem is in the parsing of the command line arguments. In the case of this script, the isatty call returns false and the parsing goes into a loop (waiting for an EOF that never comes).
The workaround is to pass -n to ssh (redirect input to /dev/null) but that's neither obvious or intuitive.
The text was updated successfully, but these errors were encountered: