From 654d19ce849fde1698f23e6ea2cb15dc31bb5738 Mon Sep 17 00:00:00 2001
From: Amir Zarrinkafsh <nightah@me.com>
Date: Fri, 15 Jan 2021 10:20:51 +1100
Subject: [PATCH] Change Dnsmasq *.hosts reference to /etc/dnsmasq/

---
 scripts/create-dnsmasq.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/create-dnsmasq.sh b/scripts/create-dnsmasq.sh
index abe94b0..bf5eb81 100755
--- a/scripts/create-dnsmasq.sh
+++ b/scripts/create-dnsmasq.sh
@@ -46,7 +46,7 @@ while read -r entry; do
                         destfilename=$(echo $filename | sed -e 's/txt/hosts/')
                         lancacheconf=${outputdir}/lancache.conf
                         outputfile=${outputdir}/${destfilename}
-                        echo "addn-hosts=/etc/dnsmasq.d/${destfilename}" >> ${lancacheconf}
+                        echo "addn-hosts=/etc/dnsmasq/${destfilename}" >> ${lancacheconf}
                         touch "$outputfile"
                         # Wildcard entries
                         while read -r fileentry; do