Skip to content

Commit fb58d0c

Browse files
committed
Updated bbb-conf for 0.81-dev
1 parent e04da40 commit fb58d0c

File tree

1 file changed

+7
-22
lines changed

1 file changed

+7
-22
lines changed

bigbluebutton-config/bin/bbb-conf

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -661,25 +661,15 @@ if [ $SETUPDEV ]; then
661661
fi
662662

663663

664-
if [ ! -f $BASE/flex-4.5.0.20967/frameworks/libs/player/11.2/playerglobal.swc ]; then
665-
mkdir -p $BASE/flex-4.5.0.20967/frameworks/libs/player/11.2
666-
cd $BASE/flex-4.5.0.20967/frameworks/libs/player/11.2
667-
if [ ! -f playerglobal11_2.swc ]; then
668-
wget http://download.macromedia.com/get/flashplayer/updaters/11/playerglobal11_2.swc
664+
if [ ! -f $BASE/flex-4.5.0.20967/frameworks/libs/player/10.3/playerglobal.swc ]; then
665+
mkdir -p $BASE/flex-4.5.0.20967/frameworks/libs/player/10.3
666+
cd $BASE/flex-4.5.0.20967/frameworks/libs/player/10.3
667+
if [ ! -f playerglobal10_3.swc ]; then
668+
wget http://fpdownload.macromedia.com/pub/flashplayer/updaters/10/playerglobal10_3.swc
669669
fi
670-
mv -f playerglobal11_2.swc playerglobal.swc
670+
mv -f playerglobal10_3.swc playerglobal.swc
671671
fi
672672

673-
674-
# if [ ! -f $BASE/flex-4.5.0.20967/frameworks/libs/player/10.3/playerglobal.swc ]; then
675-
# mkdir -p $BASE/flex-4.5.0.20967/frameworks/libs/player/10.3
676-
# cd $BASE/flex-4.5.0.20967/frameworks/libs/player/10.3
677-
# if [ ! -f playerglobal10_3.swc ]; then
678-
# wget http://fpdownload.macromedia.com/pub/flashplayer/updaters/10/playerglobal10_3.swc
679-
# fi
680-
# mv -f playerglobal10_3.swc playerglobal.swc
681-
# fi
682-
683673
if ! grep -q GROOVY_HOME ~/.profile; then
684674
echo "
685675
#
@@ -1810,11 +1800,6 @@ if [ -n "$HOST" ]; then
18101800
change_yml_value /usr/local/bigbluebutton/core/scripts/slides.yml $redis_host playback_host $HOST
18111801
fi
18121802

1813-
if [ -f /usr/local/bigbluebutton/core/scripts/presentation.yml ]; then
1814-
echo "Assigning $HOST for record and playback in /usr/local/bigbluebutton/core/scripts/presentation.yml"
1815-
change_yml_value /usr/local/bigbluebutton/core/scripts/presentation.yml $redis_host playback_host $HOST
1816-
fi
1817-
18181803

18191804
echo "Restarting the bigbluebutton server ..."
18201805
stop_bigbluebutton
@@ -2002,7 +1987,7 @@ if [ $CLEAN ]; then
20021987
need_root
20031988
check_configuration
20041989

2005-
echo "Doing a clean restart of BigBlueButton ..."
1990+
echo "Doing a restart of BigBlueButton and cleaning out all log files..."
20061991

20071992
stop_bigbluebutton
20081993

0 commit comments

Comments
 (0)