From e7537c7c5a4471a23c53d6742e8c9c0f8d975db2 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Mon, 2 Feb 2015 19:16:22 +0000 Subject: [PATCH] Increase depth of dialog --- src/freedombone-sec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/freedombone-sec b/src/freedombone-sec index 1990715c..9759f502 100755 --- a/src/freedombone-sec +++ b/src/freedombone-sec @@ -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'