Minor changes to email body messages when updated / not updated

This commit is contained in:
Mitchell Krog 2017-06-13 11:20:57 +02:00
parent 110d08a64d
commit 9fc58196f7

View file

@ -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"