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