fix compilation
This commit is contained in:
parent
f67be3d76c
commit
d53367b5d3
|
@ -24,7 +24,7 @@ func NewSeaweedAdmin(masters string, output io.Writer) *SeaweedAdmin {
|
||||||
commandEnv := shell.NewCommandEnv(shellOptions)
|
commandEnv := shell.NewCommandEnv(shellOptions)
|
||||||
reg, _ := regexp.Compile(`'.*?'|".*?"|\S+`)
|
reg, _ := regexp.Compile(`'.*?'|".*?"|\S+`)
|
||||||
|
|
||||||
go commandEnv.MasterClient.SubscribeVolumeLocationUpdatesToMaster()
|
go commandEnv.MasterClient.LoopConnectToMaster()
|
||||||
|
|
||||||
return &SeaweedAdmin{
|
return &SeaweedAdmin{
|
||||||
commandEnv: commandEnv,
|
commandEnv: commandEnv,
|
||||||
|
|
Loading…
Reference in New Issue