config-gui.sh: Fix truncated restricted boot prompt

The "disable restricted boot" prompt got slightly too long when fixing
the TPM wording.  Re-wrap that line to match the others.  Wrapping
could use some general cleanup but this is sufficient so the text isn't
truncated.

Signed-off-by: Jonathon Hall <jonathon.hall@puri.sm>
This commit is contained in:
Jonathon Hall 2023-07-07 16:39:55 -04:00
parent 157efc6b03
commit 19610748d3
No known key found for this signature in database
GPG Key ID: 1E9C3CA91AE25114

View File

@ -335,7 +335,8 @@ while true; do
if (whiptail --title 'Disable Restricted Boot Mode?' \
--yesno "This will allow booting from unsigned devices,
\nand will re-enable failsafe boot mode.
\n\nThis will also erase the TOTP/HOTP secret and re-enable the recovery console.
\n\nThis will also erase the TOTP/HOTP secret and
\nre-enable the recovery console.
\n\nProceeding will automatically update the boot firmware and reboot!
\n\nDo you want to proceed?" 0 80) then