Update certbot-ocsp-fetcher to match upstream

This commit is contained in:
Tommy 2024-07-01 18:27:21 -07:00 committed by Daniel Micay
parent 84b2193808
commit 6e6957876e

View File

@ -573,7 +573,7 @@ fetch_ocsp_response() {
# If arrived here status was good, so move OCSP staple file to definitive
# folder
mv "${temp_output_dir}/${lineage_name}.der" "${OUTPUT_DIR}/"
mv --context "${temp_output_dir}/${lineage_name}.der" "${OUTPUT_DIR}/"
lineages_processed["${lineage_name}"]=updated
}