Add --quiet option to wget to prevent crashing when running remote-exec
This commit is contained in:
parent
da9da01841
commit
175987a956
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue