This commit is contained in:
bel
2020-03-16 00:48:06 +00:00
parent fd71221cbf
commit 89822b7012
6 changed files with 14 additions and 8 deletions

View File

@@ -67,7 +67,6 @@ func newBashJob(schedule, sh string, title ...string) (*Job, error) {
}
b, err := j.Encode()
if err == nil {
// TODO webpage doenst load post SET despite this returning nil
config.Store.Set(j.Name, b, ns.Jobs...)
}
logger.New().Info("result", fmt.Sprintf("%+v", j))