fix wrong assignment
This commit is contained in:
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user