diff --git a/xCAT-server/lib/xcat/plugins/destiny.pm b/xCAT-server/lib/xcat/plugins/destiny.pm index 1c7b00f15..06d53316c 100644 --- a/xCAT-server/lib/xcat/plugins/destiny.pm +++ b/xCAT-server/lib/xcat/plugins/destiny.pm @@ -225,7 +225,7 @@ sub setdestiny { if ($errored) {return;} unless ($state =~ /^netboot/) { $chainupdates->{$_}->{currchain}='boot' ; }; } - $chaintab->setNodesAttribs($chainupdates); }; + $chaintab->setNodesAttribs($chainupdates); } elsif ($state eq "shell" or $state eq "standby" or $state =~ /^runcmd/ or $state =~ /^runimage/) { $restab=xCAT::Table->new('noderes',-create=>1); my $bootparms=xCAT::Table->new('bootparams',-create=>1);