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:44:48 +0300
committerGitHub <noreply@github.com>2019-12-01 15:44:48 +0300
commit44e1455b12e0dafba4ba9cfca7708bdb9aa2d188 (patch)
tree1335e4d986d8c174c1f8924d992377f55f03b726 /advanced
parent76460f01e9c70905b7ac82d9a294855c6bfd19bc (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 50541872..40fabd54 100755
--- a/advanced/Scripts/list.sh
+++ b/advanced/Scripts/list.sh
@@ -46,7 +46,7 @@ GetListParamFromTypeId() {
elif [[ "${typeId}" == "2" && "${wildcard}" == true ]]; then
echo "-white-wild"
elif [[ "${typeId}" == "2" ]]; then
- echo "regex_blacklist"
+ echo "-white-regex"
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
echo "-regex"
elif [[ "${typeId}" == "3" ]]; then