diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm old mode 100644 new mode 100755 index d4416a3e2..a4ee4fac6 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -362,7 +362,7 @@ sub setdestiny { my @entries = xCAT::TableUtils->get_site_attribute("master"); my $master_entry = $entries[0]; my $enthash = $nodetype->getNodesAttribs(\@nodes,[qw(arch)]); - my $resents = $restab->getNodeAttribs(\@nodes,[qw(xcatmaster)]); + my $resents = $restab->getNodesAttribs(\@nodes,[qw(xcatmaster)]); foreach (@nodes) { my $ent = $enthash->{$_}->[0]; #$nodetype->getNodeAttribs($_,[qw(arch)]); unless ($ent and $ent->{arch}) {