From 356dfc7f21e089ff51380cb8d5315bb7085b4690 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Tue, 25 Sep 2018 17:49:12 -0600 Subject: [PATCH] Removed [SUCCESS] tag from scipt completion notation --- cfddns.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cfddns.sh b/cfddns.sh index 05d71b7..1e53d1d 100755 --- a/cfddns.sh +++ b/cfddns.sh @@ -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