seaweedfs/weed/command/mount_freebsd.go

6 lines
81 B
Go

package command
func checkMountPointAvailable(dir string) bool {
return true
}