mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-17 05:29:20 +00:00
Rename missing plurals check
This commit is contained in:
parent
72a1fc3f64
commit
66616eb0f0
@ -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!"
|
||||
|
Loading…
Reference in New Issue
Block a user