mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
filer: fix customizable local socket file name
fix https://github.com/chrislusf/seaweedfs/issues/3147
This commit is contained in:
parent
acbc0286e2
commit
633a4aed18
|
@ -154,8 +154,6 @@ func runFiler(cmd *Command, args []string) bool {
|
|||
filerS3Options.startS3Server()
|
||||
}()
|
||||
startDelay++
|
||||
} else {
|
||||
*f.localSocket = ""
|
||||
}
|
||||
|
||||
if *filerStartWebDav {
|
||||
|
|
Loading…
Reference in a new issue