mirror of
				https://github.com/drwetter/testssl.sh.git
				synced 2025-11-03 23:35:26 +01:00 
			
		
		
		
	fix conditional statement (regression)
This commit is contained in:
		@@ -20737,7 +20737,7 @@ set_grading_state() {
 | 
				
			|||||||
     done
 | 
					     done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     # ... atleast one of these has to be set
 | 
					     # ... atleast one of these has to be set
 | 
				
			||||||
     "$do_allciphers" || "$do_cipher_per_proto" && let nr_enabled++
 | 
					     [[ "$do_allciphers" || "$do_cipher_per_proto" ]] && let nr_enabled++
 | 
				
			||||||
 | 
					
 | 
				
			||||||
     # ... else we can't grade
 | 
					     # ... else we can't grade
 | 
				
			||||||
     if [[ $nr_enabled -lt 18 ]]; then
 | 
					     if [[ $nr_enabled -lt 18 ]]; then
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user