mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
fix: Fix for issue https://github.com/kroese/virtual-dsm/issues/292
This commit is contained in:
parent
d5e3ed8907
commit
502c068d30
@ -93,7 +93,7 @@ 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 $!
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user