mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 12:40:56 +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
@ -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 New Issue
Block a user