mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 04:57:55 +00:00
totp program outputs the date
This commit is contained in:
parent
782d4cdc7b
commit
3fc174b0f7
@ -20,7 +20,7 @@ tpm unsealfile \
|
|||||||
|
|
||||||
rm -f "$TOTP_SEALED"
|
rm -f "$TOTP_SEALED"
|
||||||
|
|
||||||
echo -n "`date`: "
|
#echo -n "`date`: "
|
||||||
if ! totp < "$TOTP_SECRET"; then
|
if ! totp < "$TOTP_SECRET"; then
|
||||||
rm -f "$TOTP_SECRET"
|
rm -f "$TOTP_SECRET"
|
||||||
die 'Unable to compute TOTP hash?'
|
die 'Unable to compute TOTP hash?'
|
||||||
|
Loading…
Reference in New Issue
Block a user