Fix restarting
This commit is contained in:
@@ -16,8 +16,8 @@ const (
|
||||
|
||||
var (
|
||||
restartTask *modules.Task
|
||||
restartPending *abool.AtomicBool
|
||||
restartTriggered *abool.AtomicBool
|
||||
restartPending = abool.New()
|
||||
restartTriggered = abool.New()
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user