diff options
Diffstat (limited to 'weed/command/mount_std.go')
| -rw-r--r-- | weed/command/mount_std.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/mount_std.go b/weed/command/mount_std.go index f85e7386d..53357eba6 100644 --- a/weed/command/mount_std.go +++ b/weed/command/mount_std.go @@ -247,6 +247,7 @@ func RunMount(option *MountOptions, umask os.FileMode) bool { Cipher: cipher, UidGidMapper: uidGidMapper, DisableXAttr: *option.disableXAttr, + WriteOnceReadMany: *option.writeOnceReadMany, }) // create mount root |
