mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2024-12-21 13:15:00 -05:00
Update certbot-ocsp-fetcher to match upstream
This commit is contained in:
parent
84b2193808
commit
6e6957876e
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user