From 99dbe34e9a3626f03ee96834fb9d0b578a48b2de Mon Sep 17 00:00:00 2001 From: chandi Date: Sun, 6 Sep 2020 14:18:09 +0200 Subject: [PATCH] add recording privacy warning during setup --- scripts/setup | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/scripts/setup b/scripts/setup index 370fb6b..04fe462 100755 --- a/scripts/setup +++ b/scripts/setup @@ -46,8 +46,15 @@ while [[ -z "$DOMAIN" ]]; do done recording="" +echo "Should the recording feature be included?" +echo " IMPORTANT: this is currently a big privacy issues, because it will " +echo " record everything which happens in the conference, even when the button" +echo " suggets, that it does not." +echo " make sure that you awalys get peoples consent, before they join a room!" +echo " https://github.com/bigbluebutton/bigbluebutton/issues/9202" while [[ ! $recording =~ ^(y|n)$ ]]; do - read -p "Should recording feature be included? (y/n): " recording + + read -p "Choice (y/n): " recording done ip_correct=""