1
0
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:
Adam Warner 2019-12-01 12:45:22 +00:00 committed by GitHub
parent 0251117c77
commit 63e407cfdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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