diff --git a/xCAT-client-2.0/bin/psh b/xCAT-client-2.0/bin/psh index e363b0986..1fa26d59a 100755 --- a/xCAT-client-2.0/bin/psh +++ b/xCAT-client-2.0/bin/psh @@ -111,6 +111,7 @@ sub processoutput { #This way, one arbiter handles output, no interrupting } chomp($line); print $nodehdl{$readyh}.": ".$line."\n"; + IO::Handle::flush(stdout); } return $rc; }