mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
PID
This commit is contained in:
parent
8e42acae58
commit
e32dfc9c5b
@ -80,8 +80,10 @@ set -m
|
||||
)
|
||||
set +m
|
||||
|
||||
PID="$(cat "${_QEMU_PID}")"
|
||||
|
||||
if (( KERNEL > 4 )); then
|
||||
pidwait -F "${_QEMU_PID}" & wait $!
|
||||
pidwait "$PID" & wait $!
|
||||
else
|
||||
tail --pid "$(cat "${_QEMU_PID}")" --follow /dev/null & wait $!
|
||||
tail --pid "$PID" --follow /dev/null & wait $!
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user