Added end of script success tag

This commit is contained in:
Asif Bacchus 2018-10-14 16:58:47 -06:00
parent 6ec3f84d37
commit 163cb46168
1 changed files with 2 additions and 0 deletions

View File

@ -638,6 +638,8 @@ echo -e "${op}${stamp} Borgbackup completed... begin cleanup" \
echo -e "${bold}${default}${stamp} ***Normal exit process***${normal}" \
>> "$logFile"
cleanup
echo -e "${bold}${ok}${stamp} -- [SUCCESS] All processes completed" \
"successfully --${normal}" >> "$logFile"
quit
# This code should not be executed since the 'quit' function should terminate