From 941e433834055410b52624755d9d476fc039fb79 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Mon, 30 Nov 2020 22:15:31 +0000 Subject: [PATCH] accidentally 4x= Signed-off-by: Adam Warner --- start.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/start.sh b/start.sh index 9e7429f..9843e35 100755 --- a/start.sh +++ b/start.sh @@ -65,10 +65,10 @@ change_setting "IPV6_ADDRESS" "$ServerIPv6" change_setting "DNS_BOGUS_PRIV" "$DNS_BOGUS_PRIV" change_setting "DNS_FQDN_REQUIRED" "$DNS_FQDN_REQUIRED" change_setting "DNSSEC" "$DNSSEC" -change_setting "REV_SERVER"="$REV_SERVER" -change_setting "REV_SERVER_DOMAIN"="$REV_SERVER_DOMAIN" -change_setting "REV_SERVER_TARGET"="$REV_SERVER_TARGET" -change_setting "REV_SERVER_CIDR"="$REV_SERVER_CIDR" +change_setting "REV_SERVER" "$REV_SERVER" +change_setting "REV_SERVER_DOMAIN" "$REV_SERVER_DOMAIN" +change_setting "REV_SERVER_TARGET" "$REV_SERVER_TARGET" +change_setting "REV_SERVER_CIDR" "$REV_SERVER_CIDR" if [ -z "$REV_SERVER" ];then # If the REV_SERVER* variables are set, then there is no need to add these. # If it is not set, then adding these variables is fine, and they will be converted by the Pi-hole install script