Consistency

This commit is contained in:
Adam Warner 2016-11-01 09:32:57 +00:00 committed by Dan Schaper
parent 9a1876571b
commit a2903b6e63
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ finalExports() {
echo "IPv6_address=${IPv6_address}"
echo "piholeDNS1=${piholeDNS1}"
echo "piholeDNS2=${piholeDNS2}"
echo "queryLogging=${QUERYLOGGING}"
echo "QUERYLOGGING=${QUERYLOGGING}"
}>> "${setupVars}"
}