Merge pull request #2384 from pi-hole/feature/install-privacy-level

Set FTL Privacy Level During Install
This commit is contained in:
Mark Drobnak
2018-11-01 15:16:11 -04:00
committed by GitHub
2 changed files with 39 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ def test_setupVars_saved_to_file(Pihole):
{}
mkdir -p /etc/dnsmasq.d
version_check_dnsmasq
echo "" > /etc/pihole/pihole-FTL.conf
finalExports
cat /etc/pihole/setupVars.conf
'''.format(set_setup_vars))