diff --git a/perl-xCAT/xCAT/PPCcli.pm b/perl-xCAT/xCAT/PPCcli.pm index 2313815c2..d320e7421 100644 --- a/perl-xCAT/xCAT/PPCcli.pm +++ b/perl-xCAT/xCAT/PPCcli.pm @@ -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)