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:44:48 +00:00 committed by GitHub
parent 76460f01e9
commit 44e1455b12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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