diff options
Diffstat (limited to 'bin/cd_tester.sh')
-rwxr-xr-x | bin/cd_tester.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/cd_tester.sh b/bin/cd_tester.sh index c8a00944..dcfd6652 100755 --- a/bin/cd_tester.sh +++ b/bin/cd_tester.sh @@ -46,7 +46,7 @@ cleanup_all() { # # kill qemu # - sudo kill -9 $(ps fax | grep -v grep | grep qemu-system | grep $IMAGE 2>/dev/null | cut -d " " -f1) + sudo kill -9 $(ps fax | grep -v grep | grep -v sudo | grep qemu-system | grep $IMAGE 2>/dev/null | cut -d " " -f1) # # cleanup # |