diff --git a/xCAT-server/share/xcat/tools/rmblade b/xCAT-server/share/xcat/tools/rmblade index b450287e4..8426c5dad 100755 --- a/xCAT-server/share/xcat/tools/rmblade +++ b/xCAT-server/share/xcat/tools/rmblade @@ -77,7 +77,7 @@ print "ip: $ip\n"; print "host: $mm\n"; print "slot: $slot\n"; # we now have slot and amm. Need to now get which blade this is: -my $nlscmd = "nodels mp.id==$slot".'@'."mp.mpa==$mm" +my $nlscmd = "nodels mp.id==$slot".'@'."mp.mpa==$mm"; my $node = `$nlscmd`; chomp($node); print "node: $node\n";