Skip to content

Commit

Permalink
Typo Fix
Browse files Browse the repository at this point in the history
Signed-off-by: Tommy <[email protected]>
  • Loading branch information
TommyTran732 authored Jun 30, 2024
1 parent 756f514 commit 320696c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/local/bin/certbot-ocsp-fetcher
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,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}/"
restorecon -R "${temp_output_dir}"
restorecon -R "${OUTPUT_DIR}/"
lineages_processed["${lineage_name}"]=updated
}

Expand Down Expand Up @@ -676,4 +676,4 @@ main() {
start_in_correct_mode
}

main "${@}"
main "${@}"

0 comments on commit 320696c

Please sign in to comment.