From 9fc58196f77692064f7003d25cd3f5a6f1a07586 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 13 Jun 2017 11:20:57 +0200 Subject: [PATCH] Minor changes to email body messages when updated / not updated --- update-ngxblocker | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-ngxblocker b/update-ngxblocker index 7e010ef8a..914e5d108 100755 --- a/update-ngxblocker +++ b/update-ngxblocker @@ -82,9 +82,9 @@ check_version() { rm -f $tmp if [ "$version" != "$remote_ver" ]; then - printf "\nUpdate available => $BOLDMAGENTA$remote_ver$RESET\n\n" + printf "\nUpdate Available => $BOLDMAGENTA$remote_ver$RESET\n\n" else - printf "\nLatest Blacklist installed: $BOLDGREEN$version$RESET\n\n" + printf "\nLatest Blacklist Already Installed: $BOLDGREEN$version$RESET\n\n" fi else printf "Missing '$file' (pass -c \$path before -v)\n"