Skip to content

Commit ce2abd4

Browse files
committed
Apply suggestion
Signed-off-by: Christian Foerster <christian.foerster@mailfence.com>
1 parent e98b26c commit ce2abd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initrd/bin/oem-factory-reset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1326,7 +1326,7 @@ fi
13261326

13271327
## Show to user current configured secrets prior of rebooting
13281328
whiptail --msgbox "
1329-
$(echo "$passphrases" | fold -w $((WIDTH-20)))" \
1329+
$(echo -e "$passphrases" | fold -w $((WIDTH-5)))" \
13301330
$HEIGHT $WIDTH --title "Configured secrets"
13311331

13321332
## all done -- reboot

0 commit comments

Comments
 (0)