2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-09-21 16:39:32 +00:00

Remove extraneous output from the tpm pcr bank identification

This commit is contained in:
Jarrod Johnson
2026-08-12 15:48:09 -04:00
parent 8ec8ce5289
commit 8f5d68ba3c
2 changed files with 0 additions and 2 deletions
@@ -19,7 +19,6 @@ set_tpm_hashalgo() {
elif [[ "$algo" == "sha512" ]]; then
pcrextendvalue=77113aa32ac249789c0cdcf24e78efdb81d5be0d878e9a9a750446ecf9b9b3b1c084194eb6187cfd890b8f61a7f2e79eb4d33f6f27827b862367897c8123bceb
fi
echo "$confluent_tpm_hashalgo"
return 0
fi
done
@@ -19,7 +19,6 @@ set_tpm_hashalgo() {
elif [[ "$algo" == "sha512" ]]; then
pcrextendvalue=77113aa32ac249789c0cdcf24e78efdb81d5be0d878e9a9a750446ecf9b9b3b1c084194eb6187cfd890b8f61a7f2e79eb4d33f6f27827b862367897c8123bceb
fi
echo "$confluent_tpm_hashalgo"
return 0
fi
done