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