Fix Nginx Test 4

This commit is contained in:
Mitchell Krog 2019-06-29 13:32:36 +02:00
parent 726145b53c
commit 81817fd773
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -88,6 +88,7 @@ if curl -v -A "80legs" http://localhost:9000 2>&1 | grep -i '(52)'; then
echo "${bold}${green}PASSED - ${red}80legs BAD BOT DETECTED"
else
echo "${bold}${red}FAILED - ${red}80legs BAD BOT NOT DETECTED"
curl -v -A "80legs" http://localhost:9000
exit 1
fi
}