chore: add test configurations before running in scheduled mode

This commit is contained in:
Jonas Kaninda
2024-09-29 07:35:27 +02:00
parent fdc88e6064
commit 1722ee0eeb
2 changed files with 5 additions and 2 deletions

View File

@@ -127,5 +127,5 @@ func testDatabaseConnection(db *dbConfig) {
}
func intro() {
utils.Info("Starting MySQL Backup...")
utils.Info("Copyright © 2024 Jonas Kaninda ")
utils.Info("Copyright (c) 2024 Jonas Kaninda ")
}