diff --git a/backup.sh b/backup.sh index 2ffd622..513df9e 100755 --- a/backup.sh +++ b/backup.sh @@ -216,7 +216,8 @@ fi ### Log start of script operations -echo -e "${bold}${op}${stamp}-- Start $scriptName execution ---" >> "$logFile" +echo -e "${bold}${op}${stamp}-- Start $scriptName execution ---${normal}" \ + >> "$logFile" ### Export logFile variable for use by Borg