mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-08-01 18:59:21 +08: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.Directory = "/"
|
||||
*shellOptions.FilerGroup = ""
|
||||
emptyFilerGroup := ""
|
||||
shellOptions.FilerGroup = &emptyFilerGroup
|
||||
|
||||
commandEnv := shell.NewCommandEnv(&shellOptions)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user