Rename missing plurals check

This commit is contained in:
Markus Napp 2017-02-01 19:55:33 +01:00
parent 72a1fc3f64
commit 66616eb0f0

View file

@ -243,7 +243,7 @@ gravity_Wildcard() {
if [[ -n "${IPV4_ADDRESS}" && -n "${IPV6_ADDRESS}" ]];then
let numWildcards/=2
fi
plural=; [[ "$num" != "1" ]] && plural=s
plural=; [[ "$numWildcards" != "1" ]] && plural=s
echo "::: Wildcard blocked domain${plural}: $numWildcards"
else
echo "::: No wildcards used!"