diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 8f9ad89a7..c3f72767e 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -608,7 +608,7 @@ sub get_conserver_version # output format: # conserver: conserver.com version 8.2.1 # conserver: default access type `r' - my @out = xCAT::Utils->runcmd("$cmd", 0); + my @out = xCAT::Utils->runcmd("$cmd", -1); if ($::RUNCMD_RC != 0 || @out < 1) { return undef; }