forked from github.com/pypiserver
* Fixed bash syntax error
This commit is contained in:
parent
cee57dfe89
commit
78f04c3a70
@ -18,6 +18,7 @@ wheel="./dist/pypiserver-*.whl"
|
||||
# Ensure we have up-to-date certificates
|
||||
if [ -e ./cacert.pem ]; then
|
||||
rm -f ./cacert.pem
|
||||
fi
|
||||
|
||||
wget http://curl.haxx.se/ca/cacert.pem
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user