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