Fixed notification output error

This commit is contained in:
Asif Bacchus 2018-10-14 10:50:50 -06:00
parent 4532ec5eb5
commit 27de43abf4
1 changed files with 2 additions and 1 deletions

View File

@ -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