From 2a47f88faae8e1e794c53ee7653d16dbe034bb15 Mon Sep 17 00:00:00 2001 From: Hiltjo Posthuma Date: Mon, 28 Mar 2022 12:55:34 +0200 Subject: update documentation of sfeed_update example and clarify return status Change the example to reload the feeds anyway, even if one of the feeds (temporarily) failed to update. --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 9658ab6..86f30b2 100644 --- a/README +++ b/README @@ -1057,7 +1057,8 @@ Example of a `markallread.sh` shellscript to mark all URLs as read: Example of a `syncnews.sh` shellscript to update the feeds and reload them: #!/bin/sh - sfeed_update && pkill -SIGHUP sfeed_curses + sfeed_update + pkill -SIGHUP sfeed_curses Open an URL directly in the same terminal -- cgit v1.2.3