This commit is contained in:
Kroese 2023-07-18 19:39:42 +02:00 committed by GitHub
parent e4d3c3e22d
commit 667ca06a95

View file

@ -81,8 +81,8 @@ 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 $!
else
tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!
fi
tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!