3
0
mirror of https://kolaente.dev/konrad/docker-db-backup.git synced 2026-01-09 12:40:07 +01:00

fix: cron not running in foreground

This commit is contained in:
kolaente
2022-01-06 13:05:09 +01:00
parent 0fa49eb44b
commit 9f6620da11

View File

@@ -37,5 +37,5 @@ func main() {
if err != nil {
log.Fatalf("Could not create cron job: %s\n", err)
}
cr.Start()
cr.Run()
}