[1.5.0] undocumented `vagrant exec` breaks vagrant-exec plugin
arosenhagen opened this issue · 2 comments
arosenhagen commented
p0deje commented
I cannot reproduce your problem, I have a feeling it's due to the contents of the script you are trying to execute.
$ vagrant -v
Vagrant 1.5.0
$ vagrant plugin list
vagrant-exec (0.3.1)
# ...
$ cat test.sh
pwd
$ vagrant exec ./test.sh
/vagrant
Please, give me more details on the contents of the script along with plugin version. Also, running command with VAGRANT_LOG=info
and pasting contents to the Gist would be helpful.
Please close issue hashicorp/vagrant#3234 as it's irrelevant for Vagrant core.
arosenhagen commented
closing. this was related to an error in the script itself.