mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
fix another small incongruency with previous commit
Signed-off-by: Christian Foerster <christian.foerster@mailfence.com>
This commit is contained in:
parent
be65c4be5b
commit
cc70e772f8
@ -994,7 +994,7 @@ if [ "$use_defaults" == "n" -o "$use_defaults" == "N" ]; then
|
||||
echo
|
||||
if [ "$prompt_output" != "n" \
|
||||
-a "$prompt_output" != "N" ]; then
|
||||
echo -e "\nThey must be each at least 8 characters in length.\n"
|
||||
echo -e "\nThe TPM Owner Password and Admin PIN must be at least 8, the User PIN at least 6 characters in length.\n"
|
||||
echo
|
||||
if [ "$CONFIG_TPM" = "y" ]; then
|
||||
while [[ ${#TPM_PASS} -lt 8 ]]; do
|
||||
|
Loading…
Reference in New Issue
Block a user