fix bug 3511324: rpower got uncorrect output
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@12269 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
b8c9a70a3c
commit
9cd0c90e72
@ -265,7 +265,7 @@ sub fsp_state_action {
|
||||
#################
|
||||
#$outhash{ $node_name } = $res;
|
||||
if( @res ) {
|
||||
$res[0] =~ s/$node_name: //;
|
||||
$res[0] =~ s/$node_name: //g;
|
||||
}
|
||||
return( [$Rc,@res] );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user