UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e5852a56 authored by Branden Cobb's avatar Branden Cobb Committed by Micah Nagel
Browse files

Adding begin and ends to virtualservice curls

parent 1edc7625
No related branches found
No related tags found
1 merge request!938Adding begin and ends to virtualservice curls
......@@ -16,5 +16,11 @@ for host in $hosts; do
else
echo "$ip $host" >> /etc/hosts
fi
echo "****************************************"
echo "Begin curl $host"
echo "****************************************"
curl -svv https://$host/ > /dev/null
echo "****************************************"
echo "End curl $host"
echo "****************************************"
done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment