summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/os-plugins/plugins/vmware/files/run-virt.include4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os-plugins/plugins/vmware/files/run-virt.include b/src/os-plugins/plugins/vmware/files/run-virt.include
index 0e91c659..603c8e9b 100644
--- a/src/os-plugins/plugins/vmware/files/run-virt.include
+++ b/src/os-plugins/plugins/vmware/files/run-virt.include
@@ -81,14 +81,14 @@ config.version = \"8\"" >>${conffile}
;;
esac
case "$vmversion" in
- 2.*|3.*|4.*|6.*|7.*|8.*|9.*)
+ 2.*|3.*|4.*|5.*|6.*|7.*|8.*|9.*)
[ ${shfolders} == FALSE ] || echo "
# version specific stuff - ver. 2.*|3.*|6.*|7.*|8.*|9.*
sharedFolder.option = \"alwaysEnabled\"" >>${conffile}
;;
esac
case "$vmversion" in
- 2.5|3.*|4.*|6.5|7.*|8.*|9.*)
+ 2.5|3.*|4.*|5.*|6.5|7.*|8.*|9.*)
if [ "${cpu_cores}" -ge "2" 2>/dev/null ]; then
numvcpus="2"
fi