From 52d2f69f82e0132e88e23ff7803e7d83b9f2b797 Mon Sep 17 00:00:00 2001 From: Fred Dixon Date: Fri, 13 Mar 2015 15:41:52 -0400 Subject: [PATCH] Update bbb-conf Properly detect if bbb-html5 is installed --- bigbluebutton-config/bin/bbb-conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 08b86cfc66..1c6104413d 100644 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -236,7 +236,7 @@ uncomment () { stop_bigbluebutton () { /etc/init.d/monit stop - if [ -f /etc/init/bbb-html5 ]; then + if [ -f /etc/init/bbb-html5.conf ]; then stop bbb-html5 fi @@ -285,7 +285,7 @@ start_bigbluebutton () { echo BBB_WEB=$(cat ${SERVLET_DIR}/bigbluebutton/WEB-INF/classes/bigbluebutton.properties | sed -n '/^bigbluebutton.web.serverURL/{s/.*\///;p}') - if [ -f /etc/init/bbb-html5 ]; then + if [ -f /etc/init/bbb-html5.conf ]; then echo -n "Waiting for Meteor (HTML5 server) to finish starting up (this may take a minute): " start bbb-html5