mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +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
|
||||
echo "blacklist"
|
||||
elif [[ "$1" == "2" ]]; then
|
||||
echo "regex_whitelist"
|
||||
echo "regex whitelist"
|
||||
elif [[ "$1" == "3" ]]; then
|
||||
echo "regex_blacklist"
|
||||
echo "regex blacklist"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue