fix(conf): Update bbb-conf missing a quiotation

This commit is contained in:
Anton Georgiev 2023-12-01 13:00:28 -05:00 committed by GitHub
parent f93c79b797
commit ddf9d3a36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1123,7 +1123,7 @@ check_state() {
echo "#"
echo "# To fix, run the commands"
echo "#"
echo "# sudo yq e -i 'freeswitch.sip_ip = $FREESWITCH_SIP /etc/bigbluebutton/bbb-webrtc-sfu/production.yml"
echo "# sudo yq e -i 'freeswitch.sip_ip' = $FREESWITCH_SIP /etc/bigbluebutton/bbb-webrtc-sfu/production.yml"
echo "# sudo chown bigbluebutton:bigbluebutton /etc/bigbluebutton/bbb-webrtc-sfu/production.yml"
echo "#"
fi