Skip to content

Commit

Permalink
Fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jayanthvn committed Dec 8, 2020
1 parent 49051be commit 4b4dd02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ set -euxo pipefail

get_metadata()
{
# TOKEN=$(curl -X PUT "http://169.254.169.254/latest/api/token" -H "X-aws-ec2-metadata-token-ttl-seconds: 60")
# IMDS can take up to 30s to provide the information of a new ENI
attempts=60
false
while [ "${?}" -gt 0 ]; do
Expand Down

0 comments on commit 4b4dd02

Please sign in to comment.