mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
remove _ from regex descibers
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
63e407cfdc
commit
869473172c
1 changed files with 2 additions and 2 deletions
|
@ -32,9 +32,9 @@ GetListnameFromTypeId() {
|
||||||
elif [[ "$1" == "1" ]]; then
|
elif [[ "$1" == "1" ]]; then
|
||||||
echo "blacklist"
|
echo "blacklist"
|
||||||
elif [[ "$1" == "2" ]]; then
|
elif [[ "$1" == "2" ]]; then
|
||||||
echo "regex_whitelist"
|
echo "regex whitelist"
|
||||||
elif [[ "$1" == "3" ]]; then
|
elif [[ "$1" == "3" ]]; then
|
||||||
echo "regex_blacklist"
|
echo "regex blacklist"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue