Skip to content

Commit

Permalink
fix: Disable pidwait
Browse files Browse the repository at this point in the history
fix: Disable pidwait
  • Loading branch information
kroese committed Jul 18, 2023
2 parents d43586f + ae0ce14 commit 75f5d70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions run/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 $!

0 comments on commit 75f5d70

Please sign in to comment.