Fix restarting

This commit is contained in:
Daniel
2020-08-14 13:10:58 +02:00
parent 633bb34288
commit b385d8af13

View File

@@ -16,8 +16,8 @@ const (
var (
restartTask *modules.Task
restartPending *abool.AtomicBool
restartTriggered *abool.AtomicBool
restartPending = abool.New()
restartTriggered = abool.New()
)
func init() {