Skip to content

Commit

Permalink
fixup! attest-enroll: Start a temp SW TPM for PEM case
Browse files Browse the repository at this point in the history
  • Loading branch information
nicowilliams committed Sep 29, 2021
1 parent c6a0961 commit 96eba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/attest-enroll
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ cleanup() {
[[ -n $swtpm_pid ]] \
&& kill -0 "$swtpm_pid" \
&& kill "$swtpm_pid"
) 2>/devnull \
) 2>/dev/null \
|| true
unset TPM2TOOLS_TCTI

Expand Down

0 comments on commit 96eba44

Please sign in to comment.