Browse Source

filer: fix customizable local socket file name

fix https://github.com/chrislusf/seaweedfs/issues/3147
pull/3154/head
chrislu 3 years ago
parent
commit
633a4aed18
  1. 2
      weed/command/filer.go

2
weed/command/filer.go

@ -154,8 +154,6 @@ func runFiler(cmd *Command, args []string) bool {
filerS3Options.startS3Server()
}()
startDelay++
} else {
*f.localSocket = ""
}
if *filerStartWebDav {

Loading…
Cancel
Save