added script for init recordings on bigbluebutton and scalelite

This commit is contained in:
jfederico
2020-11-25 22:35:59 -05:00
parent 512de4019e
commit 11d9cab98d
3 changed files with 72 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ if ! [ -x "$(command -v docker-compose)" ]; then
exit 1
fi
if [[ ! -f ./.env ]]; then
echo ".env file does not exist on your filesystem."
exit 1
fi
URL_HOST=$(grep URL_HOST .env | cut -d '=' -f2)
echo $URL_HOST