Skip to content

Commit

Permalink
synced_folder: gentoo: Update path to look for sftp-server
Browse files Browse the repository at this point in the history
Fixes #107
  • Loading branch information
dustymabe committed Jan 5, 2020
1 parent 88dbb8e commit 7d56304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-sshfs/synced_folder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +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/lib64/misc' # Linux (Gentoo Family)
ENV['PATH'] += ':/usr/libexec/' # Mac OS X
end

Expand Down

0 comments on commit 7d56304

Please sign in to comment.