Teleporter expects adlist.json during import, however, the file is called adlists.json during export. Fix this by using singular during export.

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2019-09-18 00:36:03 +02:00
parent f370fd96b6
commit f3d8f0dfb5

View File

@@ -339,7 +339,7 @@ else
archive_add_table("whitelist.regex.json", "regex_whitelist");
archive_add_table("blacklist.exact.json", "blacklist");
archive_add_table("blacklist.regex.json", "regex_blacklist");
archive_add_table("adlists.json", "adlist");
archive_add_table("adlist.json", "adlist");
archive_add_table("domain_audit.json", "domain_audit");
archive_add_file("/etc/pihole/","setupVars.conf");
archive_add_directory("/etc/dnsmasq.d/","dnsmasq.d/");