forked from mirrors/openup
Remove unneeded check.
This commit is contained in:
parent
dccdf883f8
commit
1df35d2367
1 changed files with 1 additions and 3 deletions
2
openup
2
openup
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue