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:
wanghuaz 2009-11-05 05:49:11 +00:00
parent b2d4f247e2
commit d9ba1cc8e8

View File

@ -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 );