mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-19 20:29:56 +08:00
fix wrong assignment
This commit is contained in:
@@ -272,7 +272,8 @@ func (ms *MasterServer) startAdminScripts() {
|
||||
shellOptions.Masters = &masterAddress
|
||||
|
||||
shellOptions.Directory = "/"
|
||||
*shellOptions.FilerGroup = ""
|
||||
emptyFilerGroup := ""
|
||||
shellOptions.FilerGroup = &emptyFilerGroup
|
||||
|
||||
commandEnv := shell.NewCommandEnv(&shellOptions)
|
||||
|
||||
|
Reference in New Issue
Block a user