Fix License check to work with licensed vmware player

pull/3758/head
Robert Heinzmann 10 years ago
parent 32cbb515b5
commit 3a700414ca

@ -15,7 +15,7 @@ import (
)
func workstationCheckLicense() error {
matches, err := filepath.Glob("/etc/vmware/license-*")
matches, err := filepath.Glob("/etc/vmware/license-ws-*")
if err != nil {
return fmt.Errorf("Error looking for VMware license: %s", err)
}

Loading…
Cancel
Save