summaryrefslogtreecommitdiff
path: root/sfeed_update
diff options
context:
space:
mode:
authorHiltjo Posthuma <hiltjo@codemadness.org>2018-09-29 12:22:39 +0200
committerHiltjo Posthuma <hiltjo@codemadness.org>2018-09-30 19:22:23 +0200
commitf1e283942d6d407462c188ef11daa5b98faa88e4 (patch)
treed63246c8e1527178846350e7361b350e7cf9013e /sfeed_update
parentcc9f0d5549b21bb6254aede2ff479698183ea5e3 (diff)
sfeed_update: remove -S option (show error), it is not wanted
Diffstat (limited to 'sfeed_update')
-rwxr-xr-xsfeed_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfeed_update b/sfeed_update
index 2b23d3d..0a557c2 100755
--- a/sfeed_update
+++ b/sfeed_update
@@ -60,7 +60,7 @@ order() {
# fetch a feed via HTTP/HTTPS etc.
# fetchfeed(name, url, feedfile)
fetchfeed() {
- if curl -L --max-redirs 0 -H "User-Agent:" -f -s -S -m 15 \
+ if curl -L --max-redirs 0 -H "User-Agent:" -f -s -m 15 \
-z "$3" "$2" 2>/dev/null; then
printf " OK %s %s\n" "$(date +'%H:%M:%S')" "$1" >&2
else