Modified some code in connect function of PPCcli.pm to make the rflash with -V work well. (Bug 2512281)

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2617 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2009-01-16 03:01:04 +00:00
parent 6e1fdd0c2b
commit d6988ca2f0

View File

@ -73,6 +73,10 @@ sub connect {
my $ssh;
my $expect_log;
my $errmsg;
if ($req->{command} eq 'rflash') {
$verbose = 0;
}
##################################################
# Use timeout from site table (if defined)