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:06 +0300
committerGitHub <noreply@github.com>2019-12-01 15:45:06 +0300
commit0251117c779f9f3ebb2056862e1009b8a0e88e28 (patch)
tree661acb495e44b5e255c76bef6b9284745be563c0 /advanced
parent44e1455b12e0dafba4ba9cfca7708bdb9aa2d188 (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 40fabd54..064181f0 100755
--- a/advanced/Scripts/list.sh
+++ b/advanced/Scripts/list.sh
@@ -50,7 +50,7 @@ GetListParamFromTypeId() {
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
echo "-regex"
elif [[ "${typeId}" == "3" ]]; then
- echo "-wild"
+ echo "-regex"
fi
}