From 384a3ad04262ecd55686addf22609a86098fce4e Mon Sep 17 00:00:00 2001 From: Kroese Date: Fri, 19 May 2023 16:50:51 +0200 Subject: [PATCH] KVM check --- run/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run/run.sh b/run/run.sh index 2c9ce88..519d052 100755 --- a/run/run.sh +++ b/run/run.sh @@ -62,7 +62,7 @@ fi if [ -n "${KVM_ERR}" ]; then error "KVM acceleration not detected ${KVM_ERR}, see the FAQ about this." - [[ "${DEBUG}" == [Yy1]* ]] && exit 88 + [[ "${DEBUG}" != [Yy1]* ]] && exit 88 else KVM_OPTS=",accel=kvm -enable-kvm -cpu host" fi