Merge pull request #1543 from UndeadDevel/UndeadDevel-patch-secrets-window-width

Use a wider window to show the secrets
This commit is contained in:
tlaurion 2023-12-06 22:57:12 -05:00 committed by GitHub
commit 851cc7f80c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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