From 44e1455b12e0dafba4ba9cfca7708bdb9aa2d188 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 1 Dec 2019 12:44:48 +0000 Subject: [PATCH] Update advanced/Scripts/list.sh Co-Authored-By: DL6ER --- advanced/Scripts/list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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