-Fix syntax error in recent destiny plugin changes

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@4687 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-11-28 13:52:19 +00:00
parent 909517a2c5
commit b8ad0657bf

View File

@ -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);