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 44e1455b12
commit 0251117c77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save