From cc95d9bbd0ac0c1a09feb062e8ebc933834b7e0c Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 14 Oct 2019 15:52:00 +0200 Subject: [PATCH] Fix typo --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index c40ad49..cb335f3 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -71,7 +71,7 @@ init() { -e "s#@EXTERNAL_IPV4@#${ext_address}#" \ -e "s#@TLS_PROXY_CONFIGURATION@#${tls_proxy_configuration}#" \ -e "s#@DOMAIN_BLACKLIST_CONFIGURATION@#${domain_blacklist_configuration}#" \ - -e "s#@ANONDNS_ENABLEDN@#${anondns_enabled}#" \ + -e "s#@ANONDNS_ENABLED@#${anondns_enabled}#" \ -e "s#@ANONDNS_BLACKLISTED_IPS@#${anondns_blacklisted_ips}#" \ "$CONFIG_FILE_TEMPLATE" >"$CONFIG_FILE"