Skip to content

Commit

Permalink
Merge pull request bigbluebutton#9616 from nough/develop
Browse files Browse the repository at this point in the history
removing /tmp/t_net after --network finished
  • Loading branch information
ffdixon authored May 21, 2020
2 parents 658676c + 590341c commit e986cc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bigbluebutton-config/bin/bbb-conf
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
# 2019-07-08 GTR Set IP for all recording formats
# 2019-10-31 GTR Set IP and shared secret for bbb-webhooks
# 2019-11-09 GTR Keep HTML5 client logs permissions when cleaning logs
# 2020-05-20 NJH Add port 443 to --Network and clean up tmp file.

#set -x
#set -e
Expand Down Expand Up @@ -2124,6 +2125,7 @@ if [ $NETWORK ]; then
echo -e "$IP\t\t$PORT_80\t$PORT_443\t$PORT_1935"
done
fi
rm /tmp/t_net
fi

if [ $WATCH ]; then
Expand Down

0 comments on commit e986cc9

Please sign in to comment.