Skip to content

Commit

Permalink
Merge pull request #1543 from UndeadDevel/UndeadDevel-patch-secrets-w…
Browse files Browse the repository at this point in the history
…indow-width

Use a wider window to show the secrets
  • Loading branch information
tlaurion authored Dec 7, 2023
2 parents 9afe235 + ce2abd4 commit 851cc7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initrd/bin/oem-factory-reset
Original file line number Diff line number Diff line change
Expand Up @@ -1326,7 +1326,7 @@ fi

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

## all done -- reboot
Expand Down

0 comments on commit 851cc7f

Please sign in to comment.