fix Fusion DhcpLeasesPath
This commit is contained in:
parent
9d31a49fad
commit
e531af96e1
@ -124,7 +124,7 @@ func (d *Fusion5Driver) ToolsIsoPath(k string) string {
|
||||
}
|
||||
|
||||
func (d *Fusion5Driver) DhcpLeasesPath(device string) string {
|
||||
return "/etc/vmware/vmnet-dhcpd-" + device + ".leases"
|
||||
return "/var/db/vmware/vmnet-dhcpd-" + device + ".leases"
|
||||
}
|
||||
|
||||
func (d *Fusion5Driver) runAndLog(cmd *exec.Cmd) (string, string, error) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user