Skip to content

Commit

Permalink
build: resetting mcs-address from localhost to 127.0.01
Browse files Browse the repository at this point in the history
  • Loading branch information
antobinary committed Aug 30, 2023
1 parent 4ea77f1 commit 1159e7a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build/packages-template/bbb-webrtc-sfu/after-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,11 @@ case "$1" in
touch /var/log/bbb-webrtc-sfu/bbb-webrtc-sfu.log

yq w -i $TARGET recordWebcams true


echo "Resetting mcs-address from localhost to 127.0.0.1'
yq w -i $TARGET mcs-address 127.0.0.1
if id bigbluebutton > /dev/null 2>&1 ; then
chown -R bigbluebutton:bigbluebutton /usr/local/bigbluebutton/bbb-webrtc-sfu /var/log/bbb-webrtc-sfu/
else
Expand Down

0 comments on commit 1159e7a

Please sign in to comment.