diff --git a/xCAT-server/sbin/xcatconfig b/xCAT-server/sbin/xcatconfig index 28d269842..bb1fc8d4a 100644 --- a/xCAT-server/sbin/xcatconfig +++ b/xCAT-server/sbin/xcatconfig @@ -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 =