mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Update advanced/Scripts/list.sh
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
parent
0251117c77
commit
63e407cfdc
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ GetListParamFromTypeId() {
|
|||
elif [[ "${typeId}" == "2" ]]; then
|
||||
echo "-white-regex"
|
||||
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
|
||||
echo "-regex"
|
||||
echo "-wild"
|
||||
elif [[ "${typeId}" == "3" ]]; then
|
||||
echo "-regex"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue