From 27de43abf41fba28abbde1c141819aedb280587c Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Sun, 14 Oct 2018 10:50:50 -0600 Subject: [PATCH] Fixed notification output error --- backup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backup.sh b/backup.sh index 11b0d5e..1c8675b 100755 --- a/backup.sh +++ b/backup.sh @@ -471,7 +471,8 @@ mapfile -t borgConfig < "$borgDetails" ## check if any required borg configuration variables in defintion file are ## empty and exit with error, otherwise, map array items to variables # check: borg base directory -echo -e "${op}${stamp} Verifying supplied borg configuration variables..." +echo -e "${op}${stamp} Verifying supplied borg configuration variables..." \ + "${normal}" >> "$logFile" if [ -z "${borgConfig[0]}" ]; then exitError+=('210') cleanup