Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2019-12-01 15:45:22 +0300
committerGitHub <noreply@github.com>2019-12-01 15:45:22 +0300
commit63e407cfdc9f7fd1ffddd6c49b3bf6b2dfd63c63 (patch)
tree9b39ef52129423310ecf60defc49988508b0de1c /advanced
parent0251117c779f9f3ebb2056862e1009b8a0e88e28 (diff)
Update advanced/Scripts/list.sh
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
Diffstat (limited to 'advanced')
-rwxr-xr-xadvanced/Scripts/list.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/advanced/Scripts/list.sh b/advanced/Scripts/list.sh
index 064181f0..a5c84661 100755
--- a/advanced/Scripts/list.sh
+++ b/advanced/Scripts/list.sh
@@ -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