doc: leave note about ssh adapter limitations
This commit is contained in:
parent
ab5358c4f6
commit
1bc25cf25b
2 changed files with 3 additions and 5 deletions
|
|
@ -57,6 +57,8 @@ function SSHConnection.new(url)
|
|||
"/bin/bash",
|
||||
"--norc",
|
||||
"-c",
|
||||
-- HACK: For some reason in my testing if I just have "echo READY" it doesn't appear, but if I echo
|
||||
-- anything prior to that, it *will* appear. The first line gets swallowed.
|
||||
"echo '_make_newline_'; echo '===READY==='; exec /bin/bash --norc",
|
||||
}
|
||||
local self = setmetatable({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue