This commit is contained in:
Marc Beninca 2024-08-31 09:55:10 +02:00
parent 225a48ee21
commit 417d22dff1
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -1165,9 +1165,10 @@ spcd_step__ca_update_certificates() {
spcd_step__packages_verify_https() { spcd_step__packages_verify_https() {
spcd_step "Verify HTTPS" spcd_step "Verify HTTPS"
spcd_pvh__path="$(spcd_https_path)" local path
if [ -n "${spcd_pvh__path}" ]; then path="$(spcd_https_path)"
spcd_os_rm "${spcd_pvh__path}" if [ -n "${path}" ]; then
spcd_os_rm "${path}"
fi fi
} }