From b02a689d8e730a38ef535babe9b76e19455abd89 Mon Sep 17 00:00:00 2001 From: wfleischer <70745309+wfleischer@users.noreply.github.com> Date: Thu, 25 Nov 2021 15:17:01 +0100 Subject: [PATCH] env: fix unexpected character bug with recent docker desktop This prevents the following parsing errors in recent Docker Desktop app: - unexpected character "!" in variable name near "to Web Chat!\\n\\n... - respectively: unexpected character "-" in variable name near "super-light-editor light-background full-width-editor... Co-authored-by: Werner Fleischer <70745309+wernf@users.noreply.github.com> --- env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/env.example b/env.example index 0a1d4c4..48c4bb8 100644 --- a/env.example +++ b/env.example @@ -101,13 +101,13 @@ TZ=UTC ETHERPAD_TITLE=Video Chat # The default text of a pad -ETHERPAD_DEFAULT_PAD_TEXT=Welcome to Web Chat!\n\n +ETHERPAD_DEFAULT_PAD_TEXT="Welcome to Web Chat!\n\n" # Name of the skin for etherpad ETHERPAD_SKIN_NAME=colibris # Skin variants for etherpad -ETHERPAD_SKIN_VARIANTS=super-light-toolbar super-light-editor light-background full-width-editor +ETHERPAD_SKIN_VARIANTS="super-light-toolbar super-light-editor light-background full-width-editor" #