add custom snapshot

This commit is contained in:
shoopea
2025-10-19 21:40:30 +02:00
parent 73f9551c8f
commit 05054be795
5 changed files with 140 additions and 39 deletions

View File

@@ -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 != "" {