parallels: Fix attaching prl tools

Closes #7155
This commit is contained in:
Rickard von Essen 2019-01-02 21:33:58 +01:00
parent 141f3b29f3
commit 21a7a0a614
No known key found for this signature in database
GPG Key ID: 594C11A315EDF6E2
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,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()