fix another small incongruency with previous commit

Signed-off-by: Christian Foerster <christian.foerster@mailfence.com>
This commit is contained in:
Christian Foerster 2024-04-21 19:00:29 +02:00
parent be65c4be5b
commit cc70e772f8
No known key found for this signature in database
GPG Key ID: 365ED1E014824647

View File

@ -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