From bd0d944403b244a9337fe81020dba1cb4cdb618a Mon Sep 17 00:00:00 2001 From: chandi Date: Sat, 6 Jun 2020 20:13:28 +0200 Subject: [PATCH] fix for broken presentations containing UTF-8 characters --- mod/core/entrypoint.sh | 1 + mod/html5/entrypoint.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/mod/core/entrypoint.sh b/mod/core/entrypoint.sh index 71e67df..bb06ca8 100755 --- a/mod/core/entrypoint.sh +++ b/mod/core/entrypoint.sh @@ -1,5 +1,6 @@ #!/bin/bash +export LANG=en_US.UTF-8 # generate bbb folders mkdir -p /var/bigbluebutton/recording/raw diff --git a/mod/html5/entrypoint.sh b/mod/html5/entrypoint.sh index d8b175d..08be159 100755 --- a/mod/html5/entrypoint.sh +++ b/mod/html5/entrypoint.sh @@ -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 \