Skip to content

Commit

Permalink
Copy not move OpenVPN Metadata file, allow openvpn server to delete it
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Aug 23, 2023
1 parent 750ba7b commit 707eef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easytls-cryptv2-verify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ write_metadata_file ()
die "STALE_FILE_ERROR" 101
else
# Otherwise stack-up
"${EASYTLS_MV}" "${OPENVPN_METADATA_FILE}" \
"${EASYTLS_CP}" "${OPENVPN_METADATA_FILE}" \
"${client_md_file_stack}" || \
die "Failed to update client_md_file_stack" 89
update_status "Created client_md_file_stack"
Expand Down

0 comments on commit 707eef0

Please sign in to comment.