Merge pull request #115 from knovoselic/master

Properly escape REALMS_WIKI_CONFIG variable
Esse commit está contido em:
Matthew Scragg 2016-02-02 16:49:46 -06:00
commit 150ad4e89d
1 arquivos alterados com 1 adições e 1 exclusões

Ver arquivo

@ -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