diff options
Diffstat (limited to 'weed/command/mount_freebsd.go')
| -rw-r--r-- | weed/command/mount_freebsd.go | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/weed/command/mount_freebsd.go b/weed/command/mount_freebsd.go new file mode 100644 index 000000000..05d6a1bc4 --- /dev/null +++ b/weed/command/mount_freebsd.go @@ -0,0 +1,5 @@ +package command + +func checkMountPointAvailable(dir string) bool { + return true +} |
