expose more BBB settings in .env file

This commit is contained in:
cjhille
2020-07-13 16:34:09 +02:00
committed by chandi
parent 5f1a9da90d
commit 8292fbae60
6 changed files with 44 additions and 9 deletions

View File

@ -6,8 +6,8 @@ cd $(dirname $0)/..
# load .env
if [ -f .env ]
then
# exclude WELCOME_FOOTER because it may contain invalid characters
export $(cat .env | sed 's/#.*//g' | grep -v "WELCOME_FOOTER" | xargs)
# exclude WELCOME_MESSAGE && WELCOME_FOOTER because it may contain invalid characters
export $(cat .env | sed 's/#.*//g' | grep -v "WELCOME_FOOTER" | grep -v "WELCOME_MESSAGE" | xargs)
fi
# concatenate docker-compose file