mirror of
https://github.com/AuxXxilium/arv-v-dsm.git
synced 2024-11-23 23:10:58 +07:00
KVM detection
This commit is contained in:
parent
11e3355e60
commit
591d36c0cb
@ -53,7 +53,7 @@ else
|
||||
[ -e /dev/kvm ] && KVM_ERR="(no write access)" || KVM_ERR="(device file missing)"
|
||||
fi
|
||||
|
||||
if [ ! -z "${KVM_ERR}" ]; then
|
||||
if [ -n "${KVM_ERR}" ]; then
|
||||
echo "Error: KVM acceleration not detected ${KVM_ERR}, please enable it."
|
||||
[ "$DEBUG" != "Y" ] && exit 88
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user