mirror of
				https://github.com/xcat2/xcat-core.git
				synced 2025-11-04 05:12:30 +00:00 
			
		
		
		
	Cumulus bin file to be recognized 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