summaryrefslogtreecommitdiffhomepage
path: root/www/scripts
diff options
context:
space:
mode:
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)