From a88a94c4f1983d457d5ab713bcdc2effe806382b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6nig?= Date: Mon, 13 Sep 2021 08:06:19 +0200 Subject: [PATCH] Export DNS_FQDN_REQUIRED and DNS_BOGUS_PRIV to setupVars.conf during installation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Christian König --- automated install/basic-install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 697dd2e4..7fb39b83 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1814,6 +1814,8 @@ finalExports() { echo "INSTALL_WEB_INTERFACE=${INSTALL_WEB_INTERFACE}" echo "LIGHTTPD_ENABLED=${LIGHTTPD_ENABLED}" echo "CACHE_SIZE=${CACHE_SIZE}" + echo "DNS_FQDN_REQUIRED=true" + echo "DNS_BOGUS_PRIV=true" }>> "${setupVars}" chmod 644 "${setupVars}"