Skip to content

Commit 851cc7f

Browse files
authored
Merge pull request #1543 from UndeadDevel/UndeadDevel-patch-secrets-window-width
Use a wider window to show the secrets
2 parents 9afe235 + ce2abd4 commit 851cc7f

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-
$passphrases" \
1329+
$(echo -e "$passphrases" | fold -w $((WIDTH-5)))" \
13301330
$HEIGHT $WIDTH --title "Configured secrets"
13311331

13321332
## all done -- reboot

0 commit comments

Comments
 (0)