From 4b70f9b2ed1ba236aae976af3044d7ada602e562 Mon Sep 17 00:00:00 2001 From: leggewie Date: Sat, 26 Dec 2020 17:46:54 +0100 Subject: [PATCH] add missing backslash in fstab entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38873c98..b2181233 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ To have the pool mounted at boot or otherwise accessible from related tools use ``` # -/mnt/disk*:/mnt/cdrom /mnt/pool fuse.mergerfs allow_other,use_ino 0 0 +/mnt/disk\*:/mnt/cdrom /mnt/pool fuse.mergerfs allow_other,use_ino 0 0 ``` **NOTE:** the globbing is done at mount or when updated using the runtime API. If a new directory is added matching the glob after the fact it will not be automatically included.