diff --git a/toolbox/task.go b/toolbox/task.go index 672717cd..259f3586 100644 --- a/toolbox/task.go +++ b/toolbox/task.go @@ -428,6 +428,9 @@ func run() { continue case <-changed: now = time.Now().Local() + for _, t := range AdminTaskList { + t.SetNext(now) + } continue case <-stop: return