Update bbb-conf
Change method to detect whether HTML5 server (specifically meteor) is running.
This commit is contained in:
parent
d40fe78664
commit
d3ec15376e
@ -289,8 +289,8 @@ start_bigbluebutton () {
|
|||||||
echo -n "Waiting for Meteor (HTML5 server) to finish starting up (this may take a minute): "
|
echo -n "Waiting for Meteor (HTML5 server) to finish starting up (this may take a minute): "
|
||||||
start bbb-html5
|
start bbb-html5
|
||||||
|
|
||||||
if ! wget -q -O - http://$BBB_WEB/html5client/check | grep __meteor-css__ > /dev/null; then
|
if ! wget -q -O - http://$BBB_WEB/html5client/check | grep running > /dev/null; then
|
||||||
while ! wget -q -O - http://$BBB_WEB/html5client/check | grep __meteor-css__ > /dev/null; do
|
while ! wget -q -O - http://$BBB_WEB/html5client/check | grep running > /dev/null; do
|
||||||
echo -n "."
|
echo -n "."
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user