mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-10 23:34:41 +00:00
Fix Test Commenting
This commit is contained in:
parent
4ef3ede96c
commit
f62e131a7e
2 changed files with 2 additions and 2 deletions
|
@ -294,7 +294,7 @@ lines=$(cat ${file})
|
|||
for line in ${lines}; do
|
||||
if
|
||||
curl -v -A "${line}" http://localhost:9000 2>&1 | grep -i 'Welcome'; then
|
||||
echo "${bold}${green}PASSED - ${green}${line}was ALLOWED"
|
||||
echo "${bold}${green}PASSED - ${green}${line} was ALLOWED"
|
||||
else
|
||||
echo "${bold}${red}FAILED - ${red}${line} was BLOCKED"
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue