diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index dd2bf97d6..89979e651 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -5770,7 +5770,7 @@ sub fsp_api_action { # output the prompt ################# #$outhash{ $node_name } = $res; - + $res =~ s/$node_name: //; return( [$node_name,$res, $Rc] ); }