Commit 0ce14f6c authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Disable pidwait

fix: Disable pidwait
parents 0518e110 272e4912
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -94,8 +94,8 @@ set -m
)
set +m

if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 2 )) ); then
  pidwait -F "${_QEMU_PID}" & wait $!
fi
#if (( KERNEL > 5 )) || ( (( KERNEL == 5 )) && (( MINOR > 2 )) ); then
#  pidwait -F "${_QEMU_PID}" & wait $!
#else

tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!