3
0
mirror of https://github.com/kolaente/docker-db-backup.git synced 2026-03-24 21:43:48 +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()
}