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