mirror of
https://github.com/bigbluebutton/docker.git
synced 2025-08-12 14:07:06 +02:00
script for instant development mode
This commit is contained in:
@ -1,15 +1,5 @@
|
||||
function load_env {
|
||||
FILE=.env
|
||||
if [ "$BBB_DOCKER_DEV" = "1" ]; then
|
||||
FILE=dev.env
|
||||
else
|
||||
FILE=.env
|
||||
fi
|
||||
|
||||
if [ -f $FILE ]
|
||||
then
|
||||
export $(cat $FILE | sed 's/#.*//g' | grep -v "WELCOME_FOOTER" | grep -v "WELCOME_MESSAGE" | grep -v "CLIENT_TITLE" | xargs)
|
||||
fi
|
||||
export $(cat .env | sed 's/#.*//g' | grep -v "WELCOME_FOOTER" | grep -v "WELCOME_MESSAGE" | grep -v "CLIENT_TITLE" | xargs)
|
||||
}
|
||||
|
||||
function ensure_submodules {
|
||||
|
Reference in New Issue
Block a user