mount: complete fix for freebsd
fix https://github.com/seaweedfs/seaweedfs/issues/6645
This commit is contained in:
5
weed/command/mount_freebsd.go
Normal file
5
weed/command/mount_freebsd.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package command
|
||||
|
||||
func checkMountPointAvailable(dir string) bool {
|
||||
return true
|
||||
}
|
||||
Reference in New Issue
Block a user