From 70426c5b55dd9d1f96860644d868fb3399e5a4df Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Tue, 22 Mar 2022 17:29:11 +0100 Subject: README: sfeed_download: remove a line --- README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index db61a18..6ce4231 100644 --- a/README +++ b/README @@ -815,8 +815,7 @@ arguments are specified then the data is read from stdin. fi log "${feedname}" "${msg}" "START" - fetch "${url}" "${feedname}" - if [ $? = 0 ]; then + if fetch "${url}" "${feedname}"; then log "${feedname}" "${msg}" "OK" # append it safely in parallel to the cachefile on a -- cgit v1.2.3