forked from switnet/quick-jibri-installer
				
			Fix typo
This commit is contained in:
		
							parent
							
								
									19ff6a7f4b
								
							
						
					
					
						commit
						cd10656b71
					
				| 
						 | 
				
			
			@ -191,7 +191,7 @@ while [[ $LE_SSL != yes && $LE_SSL != no ]]
 | 
			
		|||
do
 | 
			
		||||
read -p "> Do you plan to use Let's Encrypt SSL certs?: (yes or no)"$'\n' -r LE_SSL
 | 
			
		||||
if [ $LE_SSL = yes ]; then
 | 
			
		||||
	echo "We'll defaul to Let's Encrypt SSL cers."
 | 
			
		||||
	echo "We'll defaul to Let's Encrypt SSL certs."
 | 
			
		||||
else
 | 
			
		||||
	echo "We'll let you choose later on for it."
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue