add custom snapshot
This commit is contained in:
@@ -298,7 +298,7 @@ func (c *Config) Run() {
|
||||
for _, a := range cfg.apps {
|
||||
wg.Add(1)
|
||||
go func(app *App) {
|
||||
if sched, err := app.Run(e.startTime); err != nil {
|
||||
if sched, err := app.RunTime(e.startTime); err != nil {
|
||||
e.AddItem(fmt.Sprintf(" - App : Error running %s (%s)", app.name, err))
|
||||
} else if *debug {
|
||||
if sched != "" {
|
||||
|
||||
Reference in New Issue
Block a user