From 2828e2ca60a698c69749dd4b0b37a1593b73601b Mon Sep 17 00:00:00 2001 From: Christian Foerster Date: Mon, 22 Apr 2024 22:50:34 +0200 Subject: [PATCH] Revert "fix another small incongruency with previous commit" This reverts commit cc70e772f8a0dcdb319d4d06e27af227a5cae51e. Signed-off-by: Christian Foerster --- initrd/bin/oem-factory-reset | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initrd/bin/oem-factory-reset b/initrd/bin/oem-factory-reset index 54f129dc..d12b0c62 100755 --- a/initrd/bin/oem-factory-reset +++ b/initrd/bin/oem-factory-reset @@ -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 "\nThe TPM Owner Password and Admin PIN must be at least 8, the User PIN at least 6 characters in length.\n" + echo -e "\nThey must be each at least 8 characters in length.\n" echo if [ "$CONFIG_TPM" = "y" ]; then while [[ ${#TPM_PASS} -lt 8 ]]; do