From: Silvio Rhatto Date: Fri, 2 Jan 2026 19:52:52 +0000 (-0300) Subject: Fix: news: skip all.opml X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3fb8294872a31dbb92b94f1e1d127438453d5472;p=wrappers.git Fix: news: skip all.opml --- diff --git a/news b/news index 6769240..6f0ee16 100755 --- a/news +++ b/news @@ -27,7 +27,7 @@ if [ -d "$HOME/apps/dotfiles/modules/feeds" ]; then base="`dirname $item | sed -e 's/^\.//'`" # Skip the sample - if [ "$name" = "sample" ]; then + if [ "$name" == "sample" ] || [ "$name" == "all" ]; then continue fi