diff --git a/config/mounts.go b/config/mounts.go index a0f420059..b23d30b2e 100644 --- a/config/mounts.go +++ b/config/mounts.go @@ -2,6 +2,7 @@ package config // Mounts stores the (string) mount points type Mounts struct { - IPFS string - IPNS string + IPFS string + IPNS string + FuseAllowOther bool }