From 163cb4616828aaff0a15185a6bb07c6db44289ae Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 16:58:47 -0600 Subject: [PATCH] Added end of script success tag --- backup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/backup.sh b/backup.sh index 6991ac3..b006f48 100755 --- a/backup.sh +++ b/backup.sh @@ -638,6 +638,8 @@ echo -e "${op}${stamp} Borgbackup completed... begin cleanup" \ echo -e "${bold}${default}${stamp} ***Normal exit process***${normal}" \ >> "$logFile" cleanup +echo -e "${bold}${ok}${stamp} -- [SUCCESS] All processes completed" \ + "successfully --${normal}" >> "$logFile" quit # This code should not be executed since the 'quit' function should terminate