mirror of https://github.com/status-im/consul.git
Merge pull request #2849 from bbriggs/issue-2848
Add --quiet option to wget to prevent crashing when running remote-exec
This commit is contained in:
commit
fe839e3e93
|
@ -14,7 +14,7 @@ fi
|
||||||
echo "Fetching Consul..."
|
echo "Fetching Consul..."
|
||||||
CONSUL=0.8.0
|
CONSUL=0.8.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