From 235b228fe29d9b83c5a3c19cbd3ff9ea708a1590 Mon Sep 17 00:00:00 2001 From: mboelen Date: Thu, 3 Sep 2015 11:15:55 +0200 Subject: [PATCH] Added vmtoolsd detection --- include/functions | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/functions b/include/functions index d2db98ce..4d8bd1ce 100644 --- a/include/functions +++ b/include/functions @@ -615,6 +615,8 @@ # VMware IsRunning vmware-guestd if [ ${RUNNING} -eq 1 ]; then SHORT="vmware"; fi + IsRunning vmtoolsd + if [ ${RUNNING} -eq 1 ]; then SHORT="vmware"; fi # VirtualBox based on guest services IsRunning vboxguest-service