filer: fix customizable local socket file name

fix https://github.com/chrislusf/seaweedfs/issues/3147
This commit is contained in:
chrislu 2022-06-08 00:15:28 -07:00
parent acbc0286e2
commit 633a4aed18

View file

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