Added end of script success tag
This commit is contained in:
parent
6ec3f84d37
commit
163cb46168
@ -638,6 +638,8 @@ echo -e "${op}${stamp} Borgbackup completed... begin cleanup" \
|
|||||||
echo -e "${bold}${default}${stamp} ***Normal exit process***${normal}" \
|
echo -e "${bold}${default}${stamp} ***Normal exit process***${normal}" \
|
||||||
>> "$logFile"
|
>> "$logFile"
|
||||||
cleanup
|
cleanup
|
||||||
|
echo -e "${bold}${ok}${stamp} -- [SUCCESS] All processes completed" \
|
||||||
|
"successfully --${normal}" >> "$logFile"
|
||||||
quit
|
quit
|
||||||
|
|
||||||
# This code should not be executed since the 'quit' function should terminate
|
# This code should not be executed since the 'quit' function should terminate
|
||||||
|
Loading…
Reference in New Issue
Block a user