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
1 changed files with 1 additions and 2 deletions

View File

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