verify
This commit is contained in:
parent
225a48ee21
commit
417d22dff1
1 changed files with 4 additions and 3 deletions
|
@ -1165,9 +1165,10 @@ spcd_step__ca_update_certificates() {
|
|||
|
||||
spcd_step__packages_verify_https() {
|
||||
spcd_step "Verify HTTPS"
|
||||
spcd_pvh__path="$(spcd_https_path)"
|
||||
if [ -n "${spcd_pvh__path}" ]; then
|
||||
spcd_os_rm "${spcd_pvh__path}"
|
||||
local path
|
||||
path="$(spcd_https_path)"
|
||||
if [ -n "${path}" ]; then
|
||||
spcd_os_rm "${path}"
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue