mirror of
https://github.com/rclone/rclone.git
synced 2025-08-10 22:23:57 +02:00
missed the filesystem type in previous edit. Added fuse.rclone for the specific match
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user