Fix syntax error in bbb-conf

This commit is contained in:
Fred Dixon 2016-01-15 14:38:02 -05:00
parent 7fae413641
commit 58c2dbdaf9

View File

@ -377,7 +377,7 @@ enable_webrtc(){
if [[ $PROTOCOL == "https" ]]; then
PORT=7443
fi
sed -i "s/proxy_pass .*/proxy_pass $PROTOCOL\/\/$IP:$PORT;/g" /etc/bigbluebutton/nginx/sip.nginx
sed -i "s/proxy_pass .*/proxy_pass $PROTOCOL:\/\/$IP:$PORT;/g" /etc/bigbluebutton/nginx/sip.nginx
echo
echo "WebRTC audio enabled. To apply settings to your server, do"