diff options
author | Dirk | 2012-11-28 00:59:04 +0100 |
---|---|---|
committer | Dirk | 2012-11-28 00:59:04 +0100 |
commit | 723d17ad4e514fc6bbc6a2d6f8cda953909c3b80 (patch) | |
tree | ad1fb0706337dcf417398b79c4c3b2877938e2c9 | |
parent | Fix for shared folders setting. (diff) | |
download | core-723d17ad4e514fc6bbc6a2d6f8cda953909c3b80.tar.gz core-723d17ad4e514fc6bbc6a2d6f8cda953909c3b80.tar.xz core-723d17ad4e514fc6bbc6a2d6f8cda953909c3b80.zip |
...
-rw-r--r-- | src/os-plugins/plugins/vmware/files/run-virt.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/os-plugins/plugins/vmware/files/run-virt.include b/src/os-plugins/plugins/vmware/files/run-virt.include index 14b57316..3a6227c1 100644 --- a/src/os-plugins/plugins/vmware/files/run-virt.include +++ b/src/os-plugins/plugins/vmware/files/run-virt.include @@ -82,7 +82,7 @@ config.version = \"8\"" >>${conffile} esac case "$vmversion" in 2.*|3.*|4.*|6.*|7.*|8.*|9.*) - echo " + [ ${shfolders} == FALSE ] || echo " # version specific stuff - ver. 2.*|3.*|6.*|7.*|8.*|9.* sharedFolder.option = \"alwaysEnabled\"" >>${conffile} ;; |