-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:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user