From 7ff83e2380e22c3581093cdce33b833f7faffdc5 Mon Sep 17 00:00:00 2001 From: Kristijan Novoselic Date: Sun, 24 Jan 2016 22:39:08 +0100 Subject: [PATCH] Properly escape REALMS_WIKI_CONFIG variable --- docker/realms-wiki.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/realms-wiki.sh b/docker/realms-wiki.sh index e1b1d11..2726bcd 100644 --- a/docker/realms-wiki.sh +++ b/docker/realms-wiki.sh @@ -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