mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Update test to include empty FTL config
The installer ensures that an FTL config will exist, and creates an empty file if it doesn't. Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
4aafa8cf47
commit
c22e94c9c7
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ def test_setupVars_saved_to_file(Pihole):
|
||||||
{}
|
{}
|
||||||
mkdir -p /etc/dnsmasq.d
|
mkdir -p /etc/dnsmasq.d
|
||||||
version_check_dnsmasq
|
version_check_dnsmasq
|
||||||
|
echo "" > /etc/pihole/pihole-FTL.conf
|
||||||
finalExports
|
finalExports
|
||||||
cat /etc/pihole/setupVars.conf
|
cat /etc/pihole/setupVars.conf
|
||||||
'''.format(set_setup_vars))
|
'''.format(set_setup_vars))
|
||||||
|
|
Loading…
Reference in a new issue