xdissent / iectrl

Command line interface and Node module for managing ievms virtual machines
http://xdissent.github.io/iectrl
MIT License
198 stars 14 forks source link

Fix virtualbox guest control exec arguments #25

Closed smalluban closed 9 years ago

smalluban commented 9 years ago

I had problem with executing any command after clean installation. Initialization process always stopped with ping command. My setup:

In my case this is caused by wrong arguments in exec method. I checked help of virtualbox command and changed it.

I can't check it if my commit will work with other versions. If this is case for you, please merge pull request. Library uses built sources published to npm, so using fork of it through github is not convenient.

xdissent commented 9 years ago

Merged in v0.1.1. Thanks!