sshfs: use umount instead of fusermount (#2230)

This commit is contained in:
Borek Bernard
2018-07-29 17:53:47 +02:00
committed by Owen Voke
parent dd84496c5c
commit 6274f563f3

View File

@@ -8,7 +8,7 @@
- Unmount remote directory:
`fusermount -u {{mountpoint}}`
`umount {{mountpoint}}`
- Mount remote directory from server with specific port: