From 8056d1e9c67bc1a6b4bc031a3b86b43a2ebe85ad Mon Sep 17 00:00:00 2001 From: Ahmed Bilal Khalid Date: Mon, 2 Sep 2019 22:41:01 +0500 Subject: [PATCH] a --- ucloud-init.start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucloud-init.start b/ucloud-init.start index 95338cd..67a4902 100755 --- a/ucloud-init.start +++ b/ucloud-init.start @@ -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 http://[2a0a:e5c1:144::]:5000) + metadata=$(curl -s http://[2a0a:e5c1:144::]:5000) echo "$metadata" | jq -r '.["ssh-key-list"] | .[]' > ssh-key-list.txt while read ssh_key; do