Merge pull request #7670 from ffdixon/minor-updates-2

Minor updates to configuration
This commit is contained in:
Fred Dixon 2019-06-23 18:25:08 -04:00 committed by GitHub
commit 66b6a20f31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 9 deletions

View File

@ -1 +1 @@
BIGBLUEBUTTON_RELEASE=2.2.0-beta-11 BIGBLUEBUTTON_RELEASE=2.2.0-beta-12

View File

@ -148,10 +148,9 @@ BBB_USER=bigbluebutton
if [ ! -f /usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml ]; then if [ ! -f /usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml ]; then
echo "#" echo "#"
echo "# BigBlueButton does not appear to be installed. Could not" echo "# BigBlueButton does not appear to be installed. Could not locate:"
echo "# locate:"
echo "#" echo "#"
echo "# /usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml" echo "# /usr/share/red5/webapps/bigbluebutton/WEB-INF/red5-web.xml"
exit 1 exit 1
fi fi
@ -1469,14 +1468,14 @@ check_state() {
exit 1 exit 1
fi fi
if ! systemctl show-environment | grep -q LANG=en_US.UTF-8; then if ! systemctl show-environment | grep LANG= | grep -q UTF-8; then
echo echo
echo "#" echo "#"
echo "# Warning: Detected that systemctl does not define LANG=en_US.UTF-8" echo "# Warning: Detected that systemctl does not define a UTF-8 language3"
echo "#" echo "#"
echo "# To correct, run the command " echo "# To temporarily correct, run the command "
echo "#" echo "#"
echo "# sudo systemctl set-environment LANG=en_US.UTF-8" echo "# sudo systemctl set-environment LANG=C.UTF-8"
echo "#" echo "#"
echo "# See http://docs.bigbluebutton.org/2.2/install.html#pre-installation-checks" echo "# See http://docs.bigbluebutton.org/2.2/install.html#pre-installation-checks"
echo "#" echo "#"

View File

@ -202,7 +202,7 @@ keepEvents=false
# This URL is where the BBB client is accessible. When a user sucessfully # This URL is where the BBB client is accessible. When a user sucessfully
# enters a name and password, she is redirected here to load the client. # enters a name and password, she is redirected here to load the client.
# Do not commit changes to this field. # Do not commit changes to this field.
bigbluebutton.web.serverURL=https://bigbluebutton.example.com bigbluebutton.web.serverURL=http://bigbluebutton.example.com
#---------------------------------------------------- #----------------------------------------------------