-Fix problem where 'nextdestiny' did not update tftp file
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@2405 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
		| @@ -37,7 +37,7 @@ sub process_request { | ||||
|     getdestiny(0); | ||||
|   } | ||||
|   if ($request->{command}->[0] eq 'nextdestiny') { | ||||
|     nextdestiny(0);  #it is called within dodestiny | ||||
|     nextdestiny(0,1);  #it is called within dodestiny | ||||
|   } | ||||
|   if ($request->{command}->[0] eq 'setdestiny') { | ||||
|     setdestiny($request, 0);  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user