From 2c312970804764ddfba2225b687a5752251e3979 Mon Sep 17 00:00:00 2001 From: Daniel Date: Tue, 13 Feb 2018 21:17:42 +0100 Subject: [PATCH] [BUGFIX] Fix the Unexpected token h in production.json --- docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 7b54c21..47bcd52 100644 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -5,7 +5,7 @@ echo "{\n"\ " \"port\": $PA11Y_PORT,\n"\ " \"noindex\": $PA11Y_NOINDEX,\n"\ " \"readonly\": $PA11Y_READONLY,\n"\ - " \"sitemessage\": $PA11Y_SITEMESSAGE,\n"\ + " \"sitemessage\": \"$PA11Y_SITEMESSAGE\",\n"\ " \"webservice\": {\n"\ " \"database\": \"$PA11Y_WEBSERVICE_DATABASE\",\n"\ " \"host\": \"$PA11Y_WEBSERVICE_HOST\",\n"\