sample: escape/encapsulate string
Currently if you use the default `source` command in linux and the default `.env` file as declared in the `env.example`, it will fail because of the space in the string. Using double-quotes around the string will solve this issue.
This commit is contained in:
@@ -74,7 +74,7 @@ TZ=UTC
|
|||||||
#ETHERPAD_PUBLIC_URL=https://etherpad.my.domain/p/
|
#ETHERPAD_PUBLIC_URL=https://etherpad.my.domain/p/
|
||||||
|
|
||||||
# Name your etherpad instance!
|
# Name your etherpad instance!
|
||||||
ETHERPAD_TITLE=Video Chat
|
ETHERPAD_TITLE="Video Chat"
|
||||||
|
|
||||||
# The default text of a pad
|
# 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"
|
||||||
|
|||||||
Reference in New Issue
Block a user