From 1197ceb06f263a994eb9cbcb390afd563ef3b73d Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 19 May 2019 00:39:51 -0600 Subject: [PATCH] code formatting fix --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 519227a..812279d 100755 --- a/backup.sh +++ b/backup.sh @@ -467,8 +467,8 @@ fi ### Log start of script operations echo -e "${note}[$(stamp)] --- Start $scriptName execution ---${normal}" \ >> "$logFile" -echo -e "${info}[$(stamp)] -- [INFO] Log file located at ${lit}${logFile}${info}" \ - "--${normal}" >> "$logFile" +echo -e "${info}[$(stamp)] -- [INFO] Log file located at ${lit}${logFile}" \ + "${info}--${normal}" >> "$logFile" ### Export logFile variable for use by Borg