Hide output

This commit is contained in:
Daniel Goldberg 2020-02-23 19:00:39 +02:00
parent 9fa935e507
commit b93c91237f
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ pushd "${TEMP_MONGO}" || {
} }
if exists wget; then if exists wget; then
wget ${tgz_url} -O mongodb.tgz wget -q ${tgz_url} -O mongodb.tgz
else else
if exists curl; then if exists curl; then
curl --output mongodb.tgz ${tgz_url} curl --output mongodb.tgz ${tgz_url}