From 5222e9e08a52b9fdc497df87b9cd3e93ab856d45 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 27 May 2019 05:33:32 -0600 Subject: [PATCH] change pre-backup completion notation color tag --- backup_new.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup_new.sh b/backup_new.sh index c658535..6291efd 100755 --- a/backup_new.sh +++ b/backup_new.sh @@ -413,7 +413,7 @@ printf "${ok}[%s] -- [SUCCESS] SQL databases dumped successfully --${norm}\n" \ ### pre-backup tasks completed -- move to borg tasks -printf "${cyan}[%s] -- [INFO] Pre-backup tasks completed --${norm}\n" \ +printf "${ok}[%s] -- [SUCCESS] Pre-backup tasks completed --${norm}\n" \ "$(stamp)" >> "$logFile"