Update advanced/Scripts/list.sh

Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
pull/3015/head
Adam Warner 5 years ago committed by GitHub
parent 0251117c77
commit 63e407cfdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ GetListParamFromTypeId() {
elif [[ "${typeId}" == "2" ]]; then
echo "-white-regex"
elif [[ "${typeId}" == "3" && "${wildcard}" == true ]]; then
echo "-regex"
echo "-wild"
elif [[ "${typeId}" == "3" ]]; then
echo "-regex"
fi

Loading…
Cancel
Save