diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index 3ab6731ef..3e5132038 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -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 );