Add -k option in curl to check prefixtree to avoid check ssl certificate

This commit is contained in:
Pedro Gracia 2012-02-06 07:25:36 +01:00
parent cbe0b6d6bb
commit 7a41cde51f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ if [ -f "static/js/prefixfree.js" ]; then
fi
if [ $DOWNLOAD_PREFIXFREE = "true" ]; then
curl -lo static/js/prefixfree.js https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.js || exit 1
curl -lo static/js/prefixfree.js -k https://raw.github.com/LeaVerou/prefixfree/master/prefixfree.js || exit 1
fi
#Remove all minified data to force node creating it new