Gramar fix

This commit is contained in:
Luis Guzmán 2020-04-11 16:35:50 -05:00
parent cb66de6dae
commit 7ed4505519
1 changed files with 1 additions and 1 deletions

View File

@ -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