1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-10 08:00:54 +00:00

Consistency

This commit is contained in:
Adam Warner 2016-11-01 09:32:57 +00:00
parent e9f1259abe
commit efd9a46bb9

View File

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