change success msg for logwatch parsing

This commit is contained in:
Asif Bacchus 2019-07-20 17:14:44 -06:00
parent 93bfdbfeb3
commit fdb139afc9
1 changed files with 2 additions and 1 deletions

View File

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