From 25b3c4f1eb8977f73213dd2d8725b57ef7a5dd3e Mon Sep 17 00:00:00 2001 From: mslifcak Date: Wed, 17 Jan 2018 11:19:51 -0500 Subject: VBoxService running is another VirtualBox clue (#505) --- include/functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/functions b/include/functions index 52dbcabb..3b69544f 100644 --- a/include/functions +++ b/include/functions @@ -1491,6 +1491,8 @@ if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi IsRunning VBoxClient if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi + IsRunning VBoxService + if [ ${RUNNING} -eq 1 ]; then SHORT="virtualbox"; fi else LogText "Result: skipped processes test, as we already found platform" fi -- cgit v1.2.3