Properly escape REALMS_WIKI_CONFIG variable

这个提交存在于:
Kristijan Novoselic 2016-01-24 22:39:08 +01:00
父节点 6374370871
当前提交 7ff83e2380

查看文件

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