diff --git a/plugins/hosts/bsd/cap/nfs.rb b/plugins/hosts/bsd/cap/nfs.rb index 5d31c3cc1..713479eae 100644 --- a/plugins/hosts/bsd/cap/nfs.rb +++ b/plugins/hosts/bsd/cap/nfs.rb @@ -111,7 +111,7 @@ module VagrantPlugins line = Vagrant::Util::ShellQuote.escape(line, "'") system( "echo '#{line}' | " + - "#{sudo_command}tee -a /etc/exports >/dev/null") + "#{sudo_command}/usr/bin/tee -a /etc/exports >/dev/null") end # We run restart here instead of "update" just in case nfsd