From 25dff3021307320b52e36eb945533446ef376262 Mon Sep 17 00:00:00 2001 From: Calvin Walton Date: Fri, 30 Aug 2013 17:03:54 -0400 Subject: [PATCH] Add a big fat warning about the implications of leaving demos installed. --- bigbluebutton-config/bin/bbb-conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bigbluebutton-config/bin/bbb-conf b/bigbluebutton-config/bin/bbb-conf index 9e3948ed16..27726a3455 100755 --- a/bigbluebutton-config/bin/bbb-conf +++ b/bigbluebutton-config/bin/bbb-conf @@ -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