diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-22 17:29:11 +0100 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2022-03-22 17:29:11 +0100 |
commit | 70426c5b55dd9d1f96860644d868fb3399e5a4df (patch) | |
tree | 2581b249ff3e467777b511e4c6cf741b8851b106 /README | |
parent | da2726ca7789f7b6edf85cee496f20fdc1332afc (diff) |
README: sfeed_download: remove a line
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |