From: Jaroslav Kysela Date: Fri, 13 May 2016 11:05:14 +0000 (+0200) Subject: support/lib.sh: show do not report for failed bintray cache downloads X-Git-Tag: v4.2.1~508 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af3b3de055ab2da8d346e345e53ad7951b4059c3;p=thirdparty%2Ftvheadend.git support/lib.sh: show do not report for failed bintray cache downloads --- diff --git a/support/lib.sh b/support/lib.sh index 8f7d514a1..afe062df3 100755 --- a/support/lib.sh +++ b/support/lib.sh @@ -96,6 +96,7 @@ function download # Failed if [ ${R} -ne 0 ]; then + echo "FAILED TO DOWNLOAD ${URL} (BUT THIS IS NOT A FATAL ERROR! DO NOT REPORT THAT!)" rm -f ${P}.tmp return ${R} fi