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