-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:
parent
909517a2c5
commit
b8ad0657bf
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user