forked from switnet/quick-jibri-installer
				
			Gramar fix
This commit is contained in:
		
							parent
							
								
									cb66de6dae
								
							
						
					
					
						commit
						7ed4505519
					
				| 
						 | 
				
			
			@ -356,7 +356,7 @@ read -p "> Do you want to enable secure rooms?: (yes or no)"$'\n' -r ENABLE_SC
 | 
			
		|||
if [ "$ENABLE_SC" = "no" ]; then
 | 
			
		||||
	echo "-- Secure rooms won't be enabled."
 | 
			
		||||
elif [ "$ENABLE_SC" = "yes" ]; then
 | 
			
		||||
	echo "-- Secure rooms will being enabled."
 | 
			
		||||
	echo "-- Secure rooms will be enabled."
 | 
			
		||||
	read -p "Set username for secure room moderator: "$'\n' -r SEC_ROOM_USER
 | 
			
		||||
	read -p "Secure room moderator password: "$'\n' -r SEC_ROOM_PASS
 | 
			
		||||
fi
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue