mirror of
https://github.com/pi-hole/pi-hole
synced 2025-01-03 04:30:55 +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
|
elif [[ "${typeId}" == "2" ]]; then
|
||||||
echo "-white-regex"
|
echo "-white-regex"
|
||||||
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
|
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
|
||||||
echo "-regex"
|
echo "-wild"
|
||||||
elif [[ "${typeId}" == "3" ]]; then
|
elif [[ "${typeId}" == "3" ]]; then
|
||||||
echo "-regex"
|
echo "-regex"
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user