mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	fix: Fix for issue https://github.com/kroese/virtual-dsm/issues/292
This commit is contained in:
		
							parent
							
								
									d5e3ed8907
								
							
						
					
					
						commit
						502c068d30
					
				@ -93,7 +93,7 @@ set -m
 | 
			
		||||
)
 | 
			
		||||
set +m
 | 
			
		||||
 | 
			
		||||
if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 10 )) ); then
 | 
			
		||||
if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 2 )) ); then
 | 
			
		||||
  pidwait -F "${_QEMU_PID}" & wait $!
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user