diff options
Diffstat (limited to 'weed/command/fuse.go')
| -rw-r--r-- | weed/command/fuse.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/command/fuse.go b/weed/command/fuse.go index a0dcaa86c..c686f9b42 100644 --- a/weed/command/fuse.go +++ b/weed/command/fuse.go @@ -190,6 +190,8 @@ func runFuse(cmd *Command, args []string) bool { } case "fusermount.path": fusermountPath = parameter.value + default: + mountOptions.extraOptions = append(mountOptions.extraOptions, fmt.Sprintf("%s:%s", parameter.name, parameter.value)) } } |
