From 25093b77856eaf0fac458f3644cc13b25844eb49 Mon Sep 17 00:00:00 2001 From: Eli Saado Date: Sun, 1 Apr 2018 22:47:11 +0200 Subject: [PATCH] Make curl silent --- downloader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloader.sh b/downloader.sh index da97d8e..8a078e3 100755 --- a/downloader.sh +++ b/downloader.sh @@ -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