This commit is contained in:
ahmadbilalkhalid 2019-10-24 11:47:09 +05:00
parent 920956b70a
commit daade8b449
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ setup_ssh() {
# TODO: Make sure to replace the following address with http://metadata
# whenever we got http://metadata resolving to url work successfully.
metadata=$(curl -s http://metadata:9000)
metadata=$(curl -s http://metadata)
echo "$metadata" | jq -r '.["ssh-key-list"] | .[]' > ssh-key-list.txt
while read ssh_key; do