Merge pull request #115 from knovoselic/master
Properly escape REALMS_WIKI_CONFIG variable
This commit is contained in:
commit
150ad4e89d
|
@ -10,7 +10,7 @@ export LC_ALL
|
||||||
export GEVENT_RESOLVER
|
export GEVENT_RESOLVER
|
||||||
|
|
||||||
if [ "${REALMS_WIKI_CONFIG}" != "" ]; then
|
if [ "${REALMS_WIKI_CONFIG}" != "" ]; then
|
||||||
realms-wiki configure ${REALMS_WIKI_CONFIG}
|
realms-wiki configure "${REALMS_WIKI_CONFIG}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ "${REALMS_WIKI_WORKERS}" == "" ]; then
|
if [ "${REALMS_WIKI_WORKERS}" == "" ]; then
|
||||||
|
|
Loading…
Reference in a new issue