From d0aa579d6ef6674128086055a128cd9a73ffc59c Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 23 Dec 2024 17:14:11 +0800 Subject: update for site --- www/scripts/update-feeds.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/scripts') diff --git a/www/scripts/update-feeds.sh b/www/scripts/update-feeds.sh index cb7da02..ce10f14 100755 --- a/www/scripts/update-feeds.sh +++ b/www/scripts/update-feeds.sh @@ -6,7 +6,7 @@ curlOpts='--insecure' ln -sf ${LIST} $(basename $LIST) ln -sf $0 $(basename $0) -cat "${LIST}" | while read url interval tags; do +grep '^[^#]' "${LIST}" | while read url interval tags; do feed=${url//\//%2F} unset next_fetch; declare -i next_fetch=0 -- cgit v1.2.3-70-g09d2