defect 2987530: the error message of grep should not be print, change the parameter of runcmd

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5792 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
daniceexi 2010-04-16 10:24:09 +00:00
parent d07bffa0cf
commit 09dead16bc

View File

@ -1447,7 +1447,7 @@ sub setupAIXconserver
}
$cmd = "lssrc -a | grep conserver >/dev/null 2>&1";
$outref = xCAT::Utils->runcmd("$cmd", 0);
$outref = xCAT::Utils->runcmd("$cmd", -1);
if ($::RUNCMD_RC != 0)
{
$cmd =