Increase depth of dialog

This commit is contained in:
Bob Mottram 2015-02-02 19:16:22 +00:00
parent 2cd4b1f84e
commit e7537c7c5a
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ function interactive_setup {
dialog --title "Final Confirmation" \
--backtitle "Freedombone Security Configuration" \
--defaultno \
--yesno "\nPlease confirm that you wish your security settings to be changed?\n\nWARNING: any mistakes made in the security settings could compromise your system, so be extra careful when answering 'yes'." 7 60
--yesno "\nPlease confirm that you wish your security settings to be changed?\n\nWARNING: any mistakes made in the security settings could compromise your system, so be extra careful when answering 'yes'." 12 60
sel=$?
case $sel in
1) echo 'Exiting without changing security settings'