diff options
author | Jonathan Bauer | 2013-04-16 17:13:29 +0200 |
---|---|---|
committer | Jonathan Bauer | 2013-04-16 17:13:29 +0200 |
commit | 475c24fc485be1f6b1bf72f108ad5bd7f3e56e2a (patch) | |
tree | 3f71be194c771cb810bb252668f6273d97afe9f1 /src | |
parent | changes eula parameters for vmware version 9+ (diff) | |
download | core-475c24fc485be1f6b1bf72f108ad5bd7f3e56e2a.tar.gz core-475c24fc485be1f6b1bf72f108ad5bd7f3e56e2a.tar.xz core-475c24fc485be1f6b1bf72f108ad5bd7f3e56e2a.zip |
fix for wrong version check
Diffstat (limited to 'src')
-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 f57cd766..e8f66d29 100644 --- a/src/os-plugins/plugins/vmware/files/run-virt.include +++ b/src/os-plugins/plugins/vmware/files/run-virt.include @@ -282,7 +282,7 @@ case "$vmversion" in pref.eula.1.appName = \"VMware Workstation\" pref.eula.1.buildNumber = \"${vmbuild}\"" >>${vmhome}/preferences ;; - 9.*) + 5.*) # code echo " pref.eula.count = \"2\" |