Removed [SUCCESS] tag from scipt completion notation

This commit is contained in:
Asif Bacchus 2018-09-25 17:49:12 -06:00
parent 1e8ff53075
commit 356dfc7f21

View File

@ -82,8 +82,7 @@ quit none
function quit { function quit {
if [ -z "$1" ]; then if [ -z "$1" ]; then
# exit cleanly # exit cleanly
echo -e "\e[1;32m${stamp}" \ echo -e "\e[1;32m${stamp} -- Script completed --\e[0m" >> "$logFile"
"--[SUCCESS] Script completed --\e[0m" >> "$logFile"
exit 0 exit 0
elif [ "$1" = "none" ]; then elif [ "$1" = "none" ]; then
if [ -z "$2" ]; then if [ -z "$2" ]; then