Merge pull request #135 from safing/fix/restarting

Fix restarting
This commit is contained in:
Patrick Pacher
2020-08-14 17:01:56 +02:00
committed by GitHub

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() {