summaryrefslogtreecommitdiffhomepage
path: root/www/scripts
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-12-25 16:10:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-12-25 16:10:41 +0800
commit2ebea37e03dc1a58c332b118403fbd5a5e32f697 (patch)
tree1d6b04227282dd3420620bfdf8fa02f8364a9e64 /www/scripts
parentd0aa579d6ef6674128086055a128cd9a73ffc59c (diff)
Update
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 ce10f14..a8c84b3 100755
--- a/www/scripts/update-feeds.sh
+++ b/www/scripts/update-feeds.sh
@@ -1,7 +1,7 @@
1#! /bin/bash 1#! /bin/bash
2 2
3LIST=${LIST:?} 3LIST=${LIST:?}
4curlOpts='--insecure' 4curlOpts='-H "User-Agent: topo.tw" --insecure'
5 5
6ln -sf ${LIST} $(basename $LIST) 6ln -sf ${LIST} $(basename $LIST)
7ln -sf $0 $(basename $0) 7ln -sf $0 $(basename $0)