Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sshfs_forward_mount: properly check mounts that are sym links
i.e. if /home -> /var/home and we try to mount something onto /home/vagrant/sharedfolder then it will show up in /proc/mounts as: :/sharedfolder /var/home/vagrant/sharedfolder fuse.sshfs ........ With this commit we properly find the absolute path and check for that instead. Fixes #44
- Loading branch information