Added a sleep 5 to give the server more time to start up

This commit is contained in:
Sebastian 2010-07-15 12:51:14 -04:00
parent 1004daf6eb
commit ae5baa22ab

View File

@ -209,6 +209,7 @@ start_bigbluebutton () {
/etc/init.d/red5 start
/etc/init.d/${TOMCAT} start
/etc/init.d/bbb-openoffice-headless start
sleep 5
}
display_bigbluebutton_status () {