Add -k option in curl to check prefixtree to avoid check ssl certificate
This commit is contained in:
parent
cbe0b6d6bb
commit
7a41cde51f
|
@ -79,7 +79,7 @@ if [ -f "static/js/prefixfree.js" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ $DOWNLOAD_PREFIXFREE = "true" ]; then
|
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
|
fi
|
||||||
|
|
||||||
#Remove all minified data to force node creating it new
|
#Remove all minified data to force node creating it new
|
||||||
|
|
Loading…
Reference in New Issue