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'