Skip to content

Commit

Permalink
synced_folder: add sftp-server gentoo folder
Browse files Browse the repository at this point in the history
Gentoo stores sftp-server under /usr/lib/misc/.

Thanks to https://github.com/aidanharris for the patch.

Fixes #92
  • Loading branch information
dustymabe committed Feb 25, 2018
1 parent 3b493c1 commit 799f36e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/vagrant-sshfs/synced_folder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ def find_executable(name)
ENV['PATH'] += ':/usr/libexec/openssh' # Linux (Red Hat Family)
ENV['PATH'] += ':/usr/lib/openssh' # Linux (Debian Family)
ENV['PATH'] += ':/usr/lib/ssh' # Linux (Arch Linux Family)
ENV['PATH'] += ':/usr/lib/misc' # Linux (Gentoo Family)
ENV['PATH'] += ':/usr/libexec/' # Mac OS X
end

Expand Down

0 comments on commit 799f36e

Please sign in to comment.