From 9d07502b4e04d8276f3be1c57a0d83a9e211e34e Mon Sep 17 00:00:00 2001 From: jfederico Date: Sat, 20 Mar 2021 00:38:04 -0400 Subject: updated docker-compose-dev.yml --- init-recordings-bigbluebutton.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'init-recordings-bigbluebutton.sh') diff --git a/init-recordings-bigbluebutton.sh b/init-recordings-bigbluebutton.sh index 414ca3a..86bd3ab 100755 --- a/init-recordings-bigbluebutton.sh +++ b/init-recordings-bigbluebutton.sh @@ -126,7 +126,7 @@ if [ -f "$CORE_SCRIPTS_DIR/scalelite.yml" ]; then fi wget https://raw.githubusercontent.com/blindsidenetworks/scalelite/master/bigbluebutton/scalelite.yml -P $CORE_SCRIPTS_DIR sed -e '/spool_dir/ s/^#*/#/' -i $CORE_SCRIPTS_DIR/scalelite.yml -echo "spool_dir: bigbluebutton@sl-spool:/var/bigbluebutton/spool" | tee -a $CORE_SCRIPTS_DIR/scalelite.yml +echo "spool_dir: bigbluebutton@scalelite-spool:/var/bigbluebutton/spool" | tee -a $CORE_SCRIPTS_DIR/scalelite.yml public_key=$(cat /home/bigbluebutton/.ssh/id_rsa.pub) set +x -- cgit v1.2.3