fix: generate backup file name in scheduled mode

This commit is contained in:
Jonas Kaninda
2024-09-28 09:18:58 +02:00
parent 7912ce46ed
commit e97fc7512a
4 changed files with 10 additions and 12 deletions

View File

@@ -240,7 +240,7 @@ func NotifyError(error string) {
//Telegram notification
err := CheckEnvVars(vars)
if err == nil {
message := "[🔴MySQL Backup ]\n" +
message := "[🔴 MySQL Backup ]\n" +
"An error occurred during database backup \n" +
"Error: " + error
sendMessage(message)