Fixed echo output typo in borg error checking.
This commit is contained in:
parent
fb2c6ca0d3
commit
333c62556c
@ -535,7 +535,7 @@ fi
|
|||||||
## Check status of borg operation
|
## Check status of borg operation
|
||||||
borgResult="$?"
|
borgResult="$?"
|
||||||
if [ "$borgResult" -eq 0 ]; then
|
if [ "$borgResult" -eq 0 ]; then
|
||||||
echo "${ok}${stamp} -- [SUCCESS] Borg backup completed successfully --" \
|
echo -e "${ok}${stamp} -- [SUCCESS] Borg backup completed successfully --" \
|
||||||
"${normal}" >> "$logFile"
|
"${normal}" >> "$logFile"
|
||||||
elif [ "$borgResult" -eq 1 ]; then
|
elif [ "$borgResult" -eq 1 ]; then
|
||||||
exitWarn+=('borg200')
|
exitWarn+=('borg200')
|
||||||
|
Loading…
Reference in New Issue
Block a user