Update advanced/Scripts/list.sh
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
This commit is contained in:
parent
76460f01e9
commit
44e1455b12
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue