Don't count commented out regex lines

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
pull/2236/head
Mcat12 6 years ago
parent b2a36f71a0
commit 72be7ad5f0
No known key found for this signature in database
GPG Key ID: ABB8FC9789AF524D

@ -465,7 +465,7 @@ gravity_ShowBlockCount() {
fi
if [[ -f "${regexFile}" ]]; then
num=$(grep -c "^" "${regexFile}")
num=$(grep -c "^(?!#)" "${regexFile}")
echo -e " ${INFO} Number of regex filters: ${num}"
fi
}

Loading…
Cancel
Save