We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd955b commit c9b0e5fCopy full SHA for c9b0e5f
sphinx-reindex.sh
@@ -16,7 +16,7 @@ if [ ! "$DOMAINS" = "" ]; then
16
if [ ! -f /data/$domain/search.tsv ]; then
17
echo "Downloading $domain"
18
mkdir -p /data/$domain/
19
- curl -s http://$domain/search.tsv -o /data/$domain/search.tsv
+ curl -Ls http://$domain/search.tsv -o /data/$domain/search.tsv
20
REINDEX=1
21
fi
22
done
0 commit comments