Skip to content

Commit

Permalink
Minor edits to bbb-conf
Browse files Browse the repository at this point in the history
  • Loading branch information
ffdixon committed Mar 5, 2012
1 parent 4d6c2c1 commit ef87f09
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bigbluebutton-config/bin/bbb-conf
Original file line number Diff line number Diff line change
Expand Up @@ -703,7 +703,9 @@ export ANT_OPTS=\"-Xmx512m -XX:MaxPermSize=512m\"
#
# source ~/.profile
#
# You can now clone bigbluebutton from your fork.
# You then need to checkout the source for BigBlueButton. See
#
# http://code.google.com/p/bigbluebutton/wiki/08SettingDevEnvironment
#
"

Expand Down Expand Up @@ -1382,7 +1384,6 @@ check_state() {
echo "# /usr/local/bigbluebutton/core/scripts/slides.yml"
echo "#"
echo "# does not match the local IP address ($IP)."
echo "# (This is OK if the value resolves to the above IP address.)"
echo
fi

Expand Down Expand Up @@ -1422,7 +1423,7 @@ check_state() {
BBB_WEB=$(cat ${SERVLET_DIR}/bigbluebutton/WEB-INF/classes/bigbluebutton.properties | sed -n '/^bigbluebutton.web.serverURL/{s/.*\///;p}')
echo "# Warning: The API demos are installed and accessible from:"
echo "#"
echo "# http://$BBB_WEB/demo/demo1.jsp"
echo "# http://$BBB_WEB/"
echo "#"
echo "# Use the API demos test your BigBlueButton setup. To remove"
echo "#"
Expand Down

0 comments on commit ef87f09

Please sign in to comment.