1
0
Fork 0
forked from mirrors/openup

Remove unneeded check.

This commit is contained in:
Antoine Jacoutot 2013-09-17 09:30:49 +02:00
commit 1df35d2367

2
openup
View file

@ -118,9 +118,7 @@ get_cert() {
pr_bigarrow "Downloading certificate"
_CMD="ftp -Vo ${_TMPCERT} ${PKG_CERT_URL}"
pr_smallarrow "${_CMD}"
if [ -z "${dryrun}" ]; then
cmd.exe ${_CMD}
fi
pr_bigarrow "Installing certificate"
_CMD="cat ${_TMPCERT} >>/etc/ssl/pkgca.pem"