Debug Whitelisting Test

This commit is contained in:
Mitchell Krog 2019-06-22 11:52:33 +02:00
parent 428bae4246
commit 3951314310
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -262,6 +262,7 @@ if curl -v -A "Nutch" http://localhost:9000/index.php 2>&1 | grep -i 'Welcome';
else
echo "$(tput setaf 1)WHITELISTING FAILED - TEST FAILED"
#exit 1
curl -v -A "Nutch" http://localhost:9000/index.php 2>&1
fi
}
run_curltest16