Skip to content

Commit

Permalink
unseal: fix spacing on prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
osresearch committed Aug 22, 2020
1 parent c08a4cb commit a2cf1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbin/safeboot-tpm-unseal
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ else
totp="$(/usr/sbin/tpm2-totp --time calculate || echo TPM TOTP FAILED)"
msg="$totp $MODE (Try $tries)
Enter unseal PIN for $CRYPTTAB_SOURCE ($CRYPTTAB_NAME): "
Enter unseal PIN for $CRYPTTAB_SOURCE ($CRYPTTAB_NAME): "

PIN="$(/lib/cryptsetup/askpass "$msg")"

Expand Down

0 comments on commit a2cf1e4

Please sign in to comment.