lib/vagrant-host-shell/provisioner.rb in vagrant-host-shell-0.0.3 vs lib/vagrant-host-shell/provisioner.rb in vagrant-host-shell-0.0.4

- old
+ new

@@ -1,9 +1,9 @@ module VagrantPlugins::HostShell class Provisioner < Vagrant.plugin('2', :provisioner) def provision result = Vagrant::Util::Subprocess.execute( - '/bin/bash', + 'bash', '-c', config.inline, :notify => [:stdout, :stderr], :workdir => config.cwd ) do |io_name, data|