|  | @@ -300,9 +300,11 @@ function interactive_setup {
 | 
	
		
			
			| 300 | 300 |        --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
 | 
	
		
			
			| 301 | 301 |    sel=$?
 | 
	
		
			
			| 302 | 302 |    case $sel in
 | 
	
		
			
			| 303 |  | -      1) echo 'Exiting without changing security settings'
 | 
	
		
			
			|  | 303 | +      1) clear
 | 
	
		
			
			|  | 304 | +         echo 'Exiting without changing security settings'
 | 
	
		
			
			| 304 | 305 |           exit 0;;
 | 
	
		
			
			| 305 |  | -      255) echo 'Exiting without changing security settings'
 | 
	
		
			
			|  | 306 | +      255) clear
 | 
	
		
			
			|  | 307 | +           echo 'Exiting without changing security settings'
 | 
	
		
			
			| 306 | 308 |             exit 0;;
 | 
	
		
			
			| 307 | 309 |    esac
 | 
	
		
			
			| 308 | 310 |  
 |