mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix segmentation violation
fix https://github.com/chrislusf/seaweedfs/issues/3000
This commit is contained in:
parent
e82233efa7
commit
9271866d1e
|
@ -272,6 +272,7 @@ func (ms *MasterServer) startAdminScripts() {
|
||||||
shellOptions.Masters = &masterAddress
|
shellOptions.Masters = &masterAddress
|
||||||
|
|
||||||
shellOptions.Directory = "/"
|
shellOptions.Directory = "/"
|
||||||
|
*shellOptions.FilerGroup = ""
|
||||||
|
|
||||||
commandEnv := shell.NewCommandEnv(&shellOptions)
|
commandEnv := shell.NewCommandEnv(&shellOptions)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue