Merge pull request #43 from bfirsh/document-checking-vboxmanage
Document VBoxManage check
This commit is contained in:
@@ -91,6 +91,7 @@ func (d *Driver) Create() error {
|
||||
isoURL string
|
||||
)
|
||||
|
||||
// Check that VBoxManage exists and works
|
||||
if err = vbm(""); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user