diff options
Diffstat (limited to 'www/scripts')
-rwxr-xr-x | www/scripts/update-feeds.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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' | |||
6 | ln -sf ${LIST} $(basename $LIST) | 6 | ln -sf ${LIST} $(basename $LIST) |
7 | ln -sf $0 $(basename $0) | 7 | ln -sf $0 $(basename $0) |
8 | 8 | ||
9 | cat "${LIST}" | while read url interval tags; do | 9 | grep '^[^#]' "${LIST}" | while read url interval tags; do |
10 | feed=${url//\//%2F} | 10 | feed=${url//\//%2F} |
11 | unset next_fetch; declare -i next_fetch=0 | 11 | unset next_fetch; declare -i next_fetch=0 |
12 | 12 | ||