Commit e531af96 authored by Doug MacEachern's avatar Doug MacEachern

fix Fusion DhcpLeasesPath

parent 9d31a49f
......@@ -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) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment