Skip to content

Commit

Permalink
Merge pull request bigbluebutton#9765 from cherouvim/patch-1
Browse files Browse the repository at this point in the history
Typo fix on kurento error message.
  • Loading branch information
antobinary authored Jun 4, 2020
2 parents 3a91732 + 15b62f9 commit 18bb82f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigbluebutton-config/bin/bbb-conf
Original file line number Diff line number Diff line change
Expand Up @@ -1545,7 +1545,7 @@ check_state() {
if [ "$FREESWITCH_SIP" != "$KURENTO_SIP" ]; then
echo
echo "#"
echo "# Kurento is will try to connect to $KURENTO_SIP but FreeSWITCH is listening on $FREESWITCH_SIP for port 5066"
echo "# Kurento will try to connect to $KURENTO_SIP but FreeSWITCH is listening on $FREESWITCH_SIP for port 5066"
echo "#"
echo "# To fix, run the commands"
echo "#"
Expand Down

0 comments on commit 18bb82f

Please sign in to comment.