mirror of
				https://github.com/vdsm/virtual-dsm.git
				synced 2025-11-04 08:54:51 +08:00 
			
		
		
		
	fix: Disable pidwait
This commit is contained in:
		
							parent
							
								
									0518e1100b
								
							
						
					
					
						commit
						272e491281
					
				@ -94,8 +94,8 @@ set -m
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
set +m
 | 
					set +m
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 2 )) ); then
 | 
					#if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 2 )) ); then
 | 
				
			||||||
  pidwait -F "${_QEMU_PID}" & wait $!
 | 
					#  pidwait -F "${_QEMU_PID}" & wait $!
 | 
				
			||||||
fi
 | 
					#else
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!
 | 
					tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user