From 7897bb94bc60faa5b9db20de05544c237a36230c Mon Sep 17 00:00:00 2001 From: karagian Date: Wed, 28 Jul 2021 18:49:23 +0300 Subject: [PATCH] missed the filesystem type in previous edit. Added fuse.rclone for the specific match --- rclone-mount-helper-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rclone-mount-helper-script.md b/rclone-mount-helper-script.md index 399182e..b711cdc 100644 --- a/rclone-mount-helper-script.md +++ b/rclone-mount-helper-script.md @@ -40,7 +40,7 @@ To enable mounting a rclone volume using system mount tool, the following helper PATH=$PATH rclone mount $trans /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