@@ -661,25 +661,15 @@ if [ $SETUPDEV ]; then
661
661
fi
662
662
663
663
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
669
669
fi
670
- mv -f playerglobal11_2 .swc playerglobal.swc
670
+ mv -f playerglobal10_3 .swc playerglobal.swc
671
671
fi
672
672
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
-
683
673
if ! grep -q GROOVY_HOME ~ /.profile; then
684
674
echo "
685
675
#
@@ -1810,11 +1800,6 @@ if [ -n "$HOST" ]; then
1810
1800
change_yml_value /usr/local/bigbluebutton/core/scripts/slides.yml $redis_host playback_host $HOST
1811
1801
fi
1812
1802
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
-
1818
1803
1819
1804
echo " Restarting the bigbluebutton server ..."
1820
1805
stop_bigbluebutton
@@ -2002,7 +1987,7 @@ if [ $CLEAN ]; then
2002
1987
need_root
2003
1988
check_configuration
2004
1989
2005
- echo " Doing a clean restart of BigBlueButton ..."
1990
+ echo " Doing a restart of BigBlueButton and cleaning out all log files ..."
2006
1991
2007
1992
stop_bigbluebutton
2008
1993
0 commit comments