mirror of
https://github.com/status-im/consul.git
synced 2025-01-26 13:40:20 +00:00
parent
e4507ae11e
commit
5ce309a2f7
@ -72,13 +72,14 @@ func (c *cmd) Run(args []string) int {
|
||||
return 1
|
||||
}
|
||||
a := client.Agent()
|
||||
nodeName, err := a.NodeName()
|
||||
if err != nil {
|
||||
c.UI.Error(fmt.Sprintf("Error querying Consul agent: %s", err))
|
||||
return 1
|
||||
}
|
||||
|
||||
if !c.enable && !c.disable {
|
||||
nodeName, err := a.NodeName()
|
||||
if err != nil {
|
||||
c.UI.Error(fmt.Sprintf("Error querying Consul agent: %s", err))
|
||||
return 1
|
||||
}
|
||||
|
||||
// List mode - list nodes/services in maintenance mode
|
||||
checks, err := a.Checks()
|
||||
if err != nil {
|
||||
|
Loading…
x
Reference in New Issue
Block a user