https/verify
This commit is contained in:
parent
225a1def22
commit
da90194808
1 changed files with 2 additions and 1 deletions
|
@ -1056,7 +1056,8 @@ spcd_ca_update_certificates() {
|
||||||
|
|
||||||
spcd_packages_verify_https() {
|
spcd_packages_verify_https() {
|
||||||
spcd_step "Verify HTTPS"
|
spcd_step "Verify HTTPS"
|
||||||
spcd_os_rm "${SPCD_PM_HTTPS_PATH}"
|
spcd_pvh__path="$(spcd_https_path)"
|
||||||
|
[ -n "${spcd_pvh__path}" ] && spcd_os_rm "${spcd_pvh__path}"
|
||||||
}
|
}
|
||||||
|
|
||||||
spcd_packages_upgrade_system() {
|
spcd_packages_upgrade_system() {
|
||||||
|
|
Loading…
Reference in a new issue