mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Rename missing plurals check
This commit is contained in:
parent
72a1fc3f64
commit
66616eb0f0
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue