Skip to content

Commit ffbadc9

Browse files
committed
Add verbose flag
1 parent 80e2984 commit ffbadc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/install-site.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ test_ec2() {
2626
# If we're not running on an EC2 instance, an empty body is returned
2727
# by this request:
2828
echo "Trying to curl..."
29-
curl http://169.254.169.254/latest/meta-data/public-hostname
29+
curl -v http://169.254.169.254/latest/meta-data/public-hostname
3030
echo -n "Testing for being on EC2... "
3131
EC2_HOSTNAME=`curl --max-time 10 -s http://169.254.169.254/latest/meta-data/public-hostname`
3232
echo "got ${EC2_HOSTNAME}... ${DONE_MSG}"

0 commit comments

Comments
 (0)