Skip to content

Commit

Permalink
fix: fixes more shellcheck related stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
brdanin committed Mar 1, 2024
1 parent 8675d3c commit 72edff1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/image.d/makesecureboot
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ EOF
],
"pkfp" : "$(openssl pkey -pubin -inform PEM -outform DER -in "$pcr_pub_key" | tail -c +25 | openssl dgst -sha256 -hex | awk '{print $2}')",
"pol" : "$policy_digest",
"sig" : "$(cat "$pcr_signature" | openssl base64 -A)"
"sig" : "$(openssl base64 -A -in "$pcr_signature")"
}$trailing_comma
EOF

Expand Down

0 comments on commit 72edff1

Please sign in to comment.