summaryrefslogtreecommitdiffhomepage
path: root/www/scripts
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-23 17:14:11 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-23 17:14:11 +0800
commitd0aa579d6ef6674128086055a128cd9a73ffc59c (patch)
treec5044e12cfb03c797afb5747486a9759640c9141 /www/scripts
parentd239d46dd849e85e2b3971649692bc952b87a61c (diff)
update for site
Diffstat (limited to 'www/scripts')
-rwxr-xr-xwww/scripts/update-feeds.sh2
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'
6ln -sf ${LIST} $(basename $LIST) 6ln -sf ${LIST} $(basename $LIST)
7ln -sf $0 $(basename $0) 7ln -sf $0 $(basename $0)
8 8
9cat "${LIST}" | while read url interval tags; do 9grep '^[^#]' "${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