Update nfs.rb

Make call to exportfs just use the system path.
This commit is contained in:
Kevin Carmody 2014-03-22 21:07:45 +00:00
parent f7adeadf8d
commit 17c171559f
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)