mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-10-30 19:02:27 +00:00 
			
		
		
		
	Merge pull request #6969 from peterwywong/copycds
Recognize Cumulus bin file correctly on RHEL 8.x
This commit is contained in:
		| @@ -115,7 +115,7 @@ sub process_request { | ||||
|  | ||||
|                 return; | ||||
|             } | ||||
|             if (grep /$file: data/, @filestat) { | ||||
|             if ((grep /$file: data/, @filestat) || (grep /$file: .* \(binary data/, @filestat)) { | ||||
|                 if ($xcatdebugmode) { | ||||
|                     $callback->({ info => "run copydata for data file = $file" }); | ||||
|                 } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user