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 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) |