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:
parent
6e1fdd0c2b
commit
d6988ca2f0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user