mirror of
https://github.com/michelleDeko/scalelite-run.git
synced 2025-12-16 14:22:11 +01:00
added script for init recordings on bigbluebutton and scalelite
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user