Browse Source

fix segmentation violation

fix https://github.com/chrislusf/seaweedfs/issues/3000
pull/3020/head
chrislu 3 years ago
parent
commit
9271866d1e
  1. 1
      weed/server/master_server.go

1
weed/server/master_server.go

@ -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…
Cancel
Save