| 
				
			 | 
			
			
				@@ -265,7 +265,7 @@ function configure_interactive_pihole { 
			 | 
		
	
		
			
			| 
				265
			 | 
			
				265
			 | 
			
			
				     while true 
			 | 
		
	
		
			
			| 
				266
			 | 
			
				266
			 | 
			
			
				     do 
			 | 
		
	
		
			
			| 
				267
			 | 
			
				267
			 | 
			
			
				         # shellcheck disable=SC2068 
			 | 
		
	
		
			
			| 
				268
			 | 
			
				
			 | 
			
			
				-        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 10 70 6 "${W[@]}" 3>&2 2>&1 1>&3) 
			 | 
		
	
		
			
			| 
				
			 | 
			
				268
			 | 
			
			
				+        selection=$(dialog --backtitle $"Freedombone Administrator Control Panel" --title $"Ad blocker" --menu $"Choose an operation, or ESC for main menu:" 13 60 9 "${W[@]}" 3>&2 2>&1 1>&3) 
			 | 
		
	
		
			
			| 
				269
			 | 
			
				269
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				270
			 | 
			
				270
			 | 
			
			
				         if [ ! "$selection" ]; then 
			 | 
		
	
		
			
			| 
				271
			 | 
			
				271
			 | 
			
			
				            break 
			 |