Remove the end sequences which makes issues if the input containes of ~
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4478 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b2d4f247e2
commit
d9ba1cc8e8
@ -558,9 +558,9 @@ sub mkvterm {
|
||||
##########################################
|
||||
# Success...
|
||||
# Give control to the user and intercept
|
||||
# the Ctrl-X (\030), and "~." sequences.
|
||||
# the Ctrl-X (\030).
|
||||
##########################################
|
||||
my $escape = "\030|~.";
|
||||
my $escape = "\030";
|
||||
$ssh->send( "\r" );
|
||||
$ssh->interact( \*STDIN, $escape );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user