VBoxService running is another VirtualBox clue (#505)

This commit is contained in:
mslifcak 2018-01-17 11:19:51 -05:00 committed by Michael Boelen
parent d7d42d9103
commit 25b3c4f1eb

View File

@ -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