Merge pull request #7158 from rickard-von-essen/fix-7155

WIP: parallels: Fix attaching prl tools
This commit is contained in:
Megan Marsh 2019-01-11 15:30:37 -08:00 committed by GitHub
commit 126ca2a877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -154,6 +154,7 @@ func (d *Parallels9Driver) DeviceAddCDROM(name string, image string) (string, er
"set", name,
"--device-add", "cdrom",
"--image", image,
"--enable", "--connect",
}
out, err := exec.Command(d.PrlctlPath, command...).Output()