Merge pull request #3292 from skinofstars/master
hosts/linux: don't hard code exportfs path
This commit is contained in:
commit
4f5d5fbc9b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue