Add --quiet option to wget to prevent crashing when running remote-exec

This commit is contained in:
Bren Briggs 2017-03-29 21:42:10 -04:00
parent da9da01841
commit 175987a956
No known key found for this signature in database
GPG Key ID: 63E46AE18CA3046A
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ fi
echo "Fetching Consul..." echo "Fetching Consul..."
CONSUL=0.7.0 CONSUL=0.7.0
cd /tmp cd /tmp
wget https://releases.hashicorp.com/consul/${CONSUL}/consul_${CONSUL}_linux_amd64.zip -O consul.zip wget https://releases.hashicorp.com/consul/${CONSUL}/consul_${CONSUL}_linux_amd64.zip -O consul.zip --quiet
echo "Installing Consul..." echo "Installing Consul..."
unzip consul.zip >/dev/null unzip consul.zip >/dev/null