fix for broken presentations containing UTF-8 characters

This commit is contained in:
chandi 2020-06-06 20:13:28 +02:00
parent 5129826bf4
commit bd0d944403
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
#!/bin/bash
export LANG=en_US.UTF-8
# generate bbb folders
mkdir -p /var/bigbluebutton/recording/raw

View File

@ -6,6 +6,7 @@ export MONGO_URL=mongodb://10.7.7.6/meteor
export NODE_ENV=production
export ENVIRONMENT_TYPE=production
export PORT=3000
export LANG=en_US.UTF-8
rm -f /app/programs/server/assets/app/config/settings.yml
dockerize \