From e1a1bd36c6df22ae9c2af75cf07cbd940e824733 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 7 Dec 2021 21:00:12 -0300 Subject: Fix: kvmx_running on debian bullseye (2) --- kvmx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kvmx') diff --git a/kvmx b/kvmx index 7478494..a486271 100755 --- a/kvmx +++ b/kvmx @@ -992,7 +992,7 @@ function kvmx_running { #ps $PID &> /dev/null # Better check were process should match a qemu binary - ps -o command $PID | grep -q -E '(^qemu)|(qemu)' + ps -o command $PID | grep -q -E '(^kvm)|(^qemu)' return $? } -- cgit v1.2.3