diff --git a/xCAT-server/lib/xcat/plugins/blade.pm b/xCAT-server/lib/xcat/plugins/blade.pm index 9f4fdc356..b1dbb6218 100644 --- a/xCAT-server/lib/xcat/plugins/blade.pm +++ b/xCAT-server/lib/xcat/plugins/blade.pm @@ -3134,6 +3134,8 @@ sub bladecmd { if ($slot =~ /-/) { $slot =~ s/-(.*)//; @moreslots = ($slot+1..$1); + } else { + @moreslots = (); } my $user = shift; my $pass = shift;