mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Update command/agent/command.go
Co-authored-by: Tim Gross <tgross@hashicorp.com>
This commit is contained in:
committed by
GitHub
parent
39b3d63172
commit
9778a31e29
@@ -1038,7 +1038,7 @@ func (c *Command) handleSignals() int {
|
||||
sdNotifyReloading(sdSock)
|
||||
err := c.handleReload()
|
||||
if err != nil {
|
||||
c.Ui.Output("Terminal error found while reloading")
|
||||
c.Ui.Error(fmt.Sprintf("Fatal error while reloading: %v", err)
|
||||
return 1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user