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

feat: print a little message when the service starts

This commit is contained in:
kolaente
2023-06-05 19:19:32 +02:00
parent 5972dd055e
commit bd72e06825

View File

@@ -42,5 +42,7 @@ func main() {
if err != nil {
log.Fatalf("Could not create cron job: %s\n", err)
}
log.Println("DB backup service started.")
cr.Run()
}