This commit is contained in:
Kroese 2023-04-26 20:45:46 +02:00 committed by GitHub
parent fd1543f8ce
commit a997d944d5

View File

@ -81,5 +81,5 @@ set +m
if (( KERNEL > 4 )); then if (( KERNEL > 4 )); then
pidwait -F "${_QEMU_PID}" & wait $! pidwait -F "${_QEMU_PID}" & wait $!
else else
tail --pid $(cat "${_QEMU_PID}") --follow /dev/null & wait $! tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!
fi fi