Increase depth of dialog
This commit is contained in:
parent
2cd4b1f84e
commit
e7537c7c5a
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue