fix final success msg output spacing err

This commit is contained in:
Asif Bacchus 2019-07-26 03:15:26 -06:00
parent dd49378678
commit 8edd833544
1 changed files with 1 additions and 2 deletions

View File

@ -748,8 +748,7 @@ printf "${ok}[%s] -- [SUCCESS] Backup operations completed --${norm}\n" \
cleanup
# note complete success, tally warnings and exit
printf "${ok}[%s] -- [SUCCESS] All processes completed successfully --" \
"${norm}\n" \
printf "${ok}[%s] -- [SUCCESS] All processes completed --${norm}\n" \
"[$(stamp)]" >> "$logFile"
printf "${magenta}[%s] --- %s execution completed ---${norm}\n" \
"[$(stamp)]" "$scriptName" >> "$logFile"