@cryptotaxi247 / kubo / commits / 383a16600

AllowOther -> FuseAllowOther

See go-ipfs/repo/config/mounts.go

David committed May 31, 2015 at 02:31 UTC 383a1660033eccf118766573b770f52608ddc3bc
1 file changed +1 -1
docs/fuse.md
+1 -1
@@ -65,7 +65,7 @@ ipfs daemon --mount
65 If you wish to allow other users to use the mount points, use the following:
66
67 ```sh
68 -ipfs config Mounts.AllowOther --bool true
68 +ipfs config Mounts.FuseAllowOther --bool true
69 ipfs daemon --mount
70 ```
71