mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Minor changes to email body messages when updated / not updated
This commit is contained in:
parent
110d08a64d
commit
9fc58196f7
1 changed files with 2 additions and 2 deletions
|
@ -82,9 +82,9 @@ check_version() {
|
||||||
rm -f $tmp
|
rm -f $tmp
|
||||||
|
|
||||||
if [ "$version" != "$remote_ver" ]; then
|
if [ "$version" != "$remote_ver" ]; then
|
||||||
printf "\nUpdate available => $BOLDMAGENTA$remote_ver$RESET\n\n"
|
printf "\nUpdate Available => $BOLDMAGENTA$remote_ver$RESET\n\n"
|
||||||
else
|
else
|
||||||
printf "\nLatest Blacklist installed: $BOLDGREEN$version$RESET\n\n"
|
printf "\nLatest Blacklist Already Installed: $BOLDGREEN$version$RESET\n\n"
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
printf "Missing '$file' (pass -c \$path before -v)\n"
|
printf "Missing '$file' (pass -c \$path before -v)\n"
|
||||||
|
|
Loading…
Add table
Reference in a new issue