mirror of
				https://github.com/angristan/openvpn-install.git
				synced 2025-10-31 05:57:36 +01:00 
			
		
		
		
	Fix a very small typo (#933)
Changed the word 'make' to 'makes' in 'Do you want to use compression? It is not recommended since the VORACLE attack make use of it.'
This commit is contained in:
		| @@ -356,7 +356,7 @@ function installQuestions() { | |||||||
| 		fi | 		fi | ||||||
| 	done | 	done | ||||||
| 	echo "" | 	echo "" | ||||||
| 	echo "Do you want to use compression? It is not recommended since the VORACLE attack make use of it." | 	echo "Do you want to use compression? It is not recommended since the VORACLE attack makes use of it." | ||||||
| 	until [[ $COMPRESSION_ENABLED =~ (y|n) ]]; do | 	until [[ $COMPRESSION_ENABLED =~ (y|n) ]]; do | ||||||
| 		read -rp"Enable compression? [y/n]: " -e -i n COMPRESSION_ENABLED | 		read -rp"Enable compression? [y/n]: " -e -i n COMPRESSION_ENABLED | ||||||
| 	done | 	done | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Woodie-07
					Woodie-07