From ce2abd4f29ba1b583e04ddd1146067862b9480b2 Mon Sep 17 00:00:00 2001 From: Christian Foerster Date: Wed, 6 Dec 2023 14:53:15 +0100 Subject: [PATCH] Apply suggestion 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 18531d92..5ebc8706 100755 --- a/initrd/bin/oem-factory-reset +++ b/initrd/bin/oem-factory-reset @@ -1326,7 +1326,7 @@ fi ## Show to user current configured secrets prior of rebooting whiptail --msgbox " - $(echo "$passphrases" | fold -w $((WIDTH-20)))" \ + $(echo -e "$passphrases" | fold -w $((WIDTH-5)))" \ $HEIGHT $WIDTH --title "Configured secrets" ## all done -- reboot