mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
missed the filesystem type in previous edit. Added fuse.rclone for the specific match
parent
38b6dc89a1
commit
7897bb94bc
@ -40,7 +40,7 @@ To enable mounting a rclone volume using system mount tool, the following helper
|
||||
PATH=$PATH rclone mount $trans </dev/null >/dev/null 2>/dev/null &
|
||||
|
||||
# wait until mounting is complete
|
||||
until grep -q " ${mountpoint// /\\\\040} " /proc/mounts; do
|
||||
until grep -q " ${mountpoint// /\\\\040} fuse.rclone " /proc/mounts; do
|
||||
sleep 0.5
|
||||
done
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user