Skip to content

Commit

Permalink
cockpit-certificate-helper: force writing of new files on disk
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlemetayer committed Oct 3, 2024
1 parent 28ef6ab commit e44a7b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tls/cockpit-certificate-helper.in
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ cmd_selfsign() {
test ! -e "${CA_FILE}" || install_cert "${CA_FILE}"
install_cert "${CERTFILE}"
install_key "${KEYFILE}"

# Force writing of new files on disk.
sync
}

cmd_ipa_request() {
Expand Down

0 comments on commit e44a7b3

Please sign in to comment.