From c9febf9b0845bc1c912ce7badacaa60c52cec5a5 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 15:31:18 -0600 Subject: [PATCH] Updated logging output for xtraFiles processing --- backup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backup.sh b/backup.sh index 3daafaa..a3fe78b 100755 --- a/backup.sh +++ b/backup.sh @@ -544,9 +544,9 @@ if [ -n "$borgXtra" ]; then checkExist ff "$borgXtra" checkResult="$?" if [ "$checkResult" = "0" ]; then - echo -e "${op}${stamp} Found ${lit}${borgXtra}${normal}" >> $"logFile" + echo -e "${op}${stamp} Found ${lit}${borgXtra}${normal}" >> "$logFile" mapfile -t xtraFiles < "$borgXtra" - echo -e "${info}${stamp} Processed extra files list for inclusion in" \ + echo -e "${op}${stamp} Processed extra files list for inclusion in" \ "borgbackup${normal}" >> "$logFile" else exitWarn+=('2113')