diff options
Diffstat (limited to 'weed/command/mount_freebsd.go')
| -rw-r--r-- | weed/command/mount_freebsd.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/weed/command/mount_freebsd.go b/weed/command/mount_freebsd.go index 632691e47..f0a5581e7 100644 --- a/weed/command/mount_freebsd.go +++ b/weed/command/mount_freebsd.go @@ -7,3 +7,7 @@ import ( func osSpecificMountOptions() []fuse.MountOption { return []fuse.MountOption{} } + +func checkMountPointAvailable(dir string) bool { + return true +} |
