Skip to content
Snippets Groups Projects
Commit 06c879db authored by Dixon Fred's avatar Dixon Fred
Browse files

fix sed for bbb-conf --check

parent a1407c71
No related branches found
No related tags found
No related merge requests found
......@@ -1435,7 +1435,7 @@ if [ $CHECK ]; then
echo
echo "$FREESWITCH_EXTERNAL (FreeSWITCH)"
echo " websocket port: $WEBRTC_SOCKET"
WEBRTC_ENABLED=$(grep -i webrtc /var/www/bigbluebutton/client/conf/config.xml | cut -d '"' -f2)
WEBRTC_ENABLED=$(grep -i useWebrtcIfAvailable /var/www/bigbluebutton/client/conf/config.xml | cut -d '"' -f2)
echo " WebRTC enabled: $WEBRTC_ENABLED"
echo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment