We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80e2984 commit ffbadc9Copy full SHA for ffbadc9
bin/install-site.sh
@@ -26,7 +26,7 @@ test_ec2() {
26
# If we're not running on an EC2 instance, an empty body is returned
27
# by this request:
28
echo "Trying to curl..."
29
- curl http://169.254.169.254/latest/meta-data/public-hostname
+ curl -v http://169.254.169.254/latest/meta-data/public-hostname
30
echo -n "Testing for being on EC2... "
31
EC2_HOSTNAME=`curl --max-time 10 -s http://169.254.169.254/latest/meta-data/public-hostname`
32
echo "got ${EC2_HOSTNAME}... ${DONE_MSG}"
0 commit comments