diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-25 16:10:41 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-25 16:10:41 +0800 |
commit | 2ebea37e03dc1a58c332b118403fbd5a5e32f697 (patch) | |
tree | 1d6b04227282dd3420620bfdf8fa02f8364a9e64 /www/scripts | |
parent | d0aa579d6ef6674128086055a128cd9a73ffc59c (diff) |
Update
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 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 | ||
3 | LIST=${LIST:?} | 3 | LIST=${LIST:?} |
4 | curlOpts='--insecure' | 4 | curlOpts='-H "User-Agent: topo.tw" --insecure' |
5 | 5 | ||
6 | ln -sf ${LIST} $(basename $LIST) | 6 | ln -sf ${LIST} $(basename $LIST) |
7 | ln -sf $0 $(basename $0) | 7 | ln -sf $0 $(basename $0) |