Make curl silent

This commit is contained in:
Eli Saado 2018-04-01 22:47:11 +02:00 committed by GitHub
parent 0445a4e7e3
commit 25093b7785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ image_url=$(curl -s $image_download_url | jq -r .url)
if [[ $? -ne 0 ]] ; then exit 1; fi
# Download image and check if curl fails
curl $image_url > ~/.rand_bg
curl -s $image_url > ~/.rand_bg
if [[ $? -ne 0 ]] ; then exit 1; fi
# Write author's name to file