Properly escape REALMS_WIKI_CONFIG variable
This commit is contained in:
parent
6374370871
commit
7ff83e2380
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export LC_ALL
|
|||
export GEVENT_RESOLVER
|
||||
|
||||
if [ "${REALMS_WIKI_CONFIG}" != "" ]; then
|
||||
realms-wiki configure ${REALMS_WIKI_CONFIG}
|
||||
realms-wiki configure "${REALMS_WIKI_CONFIG}"
|
||||
fi
|
||||
|
||||
if [ "${REALMS_WIKI_WORKERS}" == "" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue