mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-26 01:00:33 +00:00
Update advanced/Scripts/list.sh
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
parent
44e1455b12
commit
0251117c77
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ GetListParamFromTypeId() {
|
||||||
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
|
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
|
||||||
echo "-regex"
|
echo "-regex"
|
||||||
elif [[ "${typeId}" == "3" ]]; then
|
elif [[ "${typeId}" == "3" ]]; then
|
||||||
echo "-wild"
|
echo "-regex"
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue