Merge pull request #3292 from skinofstars/master

hosts/linux: don't hard code exportfs path
This commit is contained in:
Mitchell Hashimoto 2014-04-01 22:32:08 -07:00
commit 4f5d5fbc9b
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module VagrantPlugins
extend Vagrant::Util::Retryable
def self.nfs_apply_command(env)
"/usr/bin/exportfs -ar"
"exportfs -ar"
end
def self.nfs_check_command(env)