added dependences to bbb init script

This commit is contained in:
jfederico
2021-09-17 16:45:45 -04:00
parent 390030bafc
commit 4d9dc1aded
3 changed files with 5 additions and 2 deletions

View File

@@ -3,6 +3,9 @@
source ./.env
SCALELITE_RECORDING_DIR=${SCALELITE_RECORDING_DIR-/mnt/scalelite-recordings/var/bigbluebutton}
echo 'Add dependencies...'
apt-get install -y rsync
echo 'Add the bigbluebutton user...'
id -u bigbluebutton &>/dev/null || useradd -m -d /home/bigbluebutton -s /bin/bash bigbluebutton
if [ ! -d "/home/bigbluebutton/.ssh" ]; then