Merge pull request #244 from kepstin/bbb-demos-warning

Add a big fat warning about the implications of leaving demos installed.
This commit is contained in:
Fred Dixon 2013-08-30 14:18:10 -07:00
commit 45756a8260

View File

@ -1158,7 +1158,9 @@ check_state() {
echo "#"
echo "# http://$BBB_WEB/"
echo "#"
echo "# Use the API demos test your BigBlueButton setup. To remove"
echo "# These API demos allow anyone to access your server without authentication"
echo "# to create/manage meetings and recordings. They are for testing purposes only."
echo "# If you are running a production system, remove them by running:"
echo "#"
echo "# sudo apt-get purge bbb-demo"
echo