Skip to content

Commit 421bf12

Browse files
committed
Update Intro
1 parent 0881f07 commit 421bf12

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

pkg/backup.go

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,8 @@ func scheduledMode(db *dbConfig, storage string) {
117117
}
118118
}
119119
func intro() {
120-
fmt.Println()
121-
fmt.Println("**********************************")
122-
fmt.Println(" MySQL Backup ")
123-
fmt.Println(" @Copyright © 2024 jkaninda ")
124-
fmt.Println("***********************************")
120+
utils.Info("Starting MySQL Backup...")
121+
utils.Info("Copyright © 2024 Jonas Kaninda ")
125122
}
126123

127124
// BackupDatabase backup database

0 commit comments

Comments
 (0)