From b7090e6b98e37d6a8a9c2d1f7ac9a144d40c02eb Mon Sep 17 00:00:00 2001 From: darkdragon-001 Date: Tue, 19 May 2020 18:34:53 +0200 Subject: [PATCH] Updated rclone fstab mount helper script (markdown) --- ...stab-mount-helper-script.md => rclone-mount-helper-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename rclone-fstab-mount-helper-script.md => rclone-mount-helper-script.md (95%) diff --git a/rclone-fstab-mount-helper-script.md b/rclone-mount-helper-script.md similarity index 95% rename from rclone-fstab-mount-helper-script.md rename to rclone-mount-helper-script.md index bf69424..fe16add 100644 --- a/rclone-fstab-mount-helper-script.md +++ b/rclone-mount-helper-script.md @@ -1,6 +1,6 @@ # rclonefs helper script -To enable mounting a volume using rclone via an entry in fstab the following helper script must be named `rclonefs` and placed in `$PATH`: +To enable mounting a rclone volume using system mount tool, the following helper script must be named `rclonefs` and placed in `$PATH`: #!/bin/bash remote=$1