From 634b7dfff83f12cefb158f5681ce836cad7d9f69 Mon Sep 17 00:00:00 2001
From: Amir Zarrinkafsh <nightah@me.com>
Date: Fri, 15 Jan 2021 20:09:32 +1100
Subject: [PATCH] Provide advice to users upon completion of script

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

diff --git a/scripts/create-dnsmasq.sh b/scripts/create-dnsmasq.sh
index 6329f4e..3a2d5a9 100755
--- a/scripts/create-dnsmasq.sh
+++ b/scripts/create-dnsmasq.sh
@@ -79,3 +79,5 @@ while read -r entry; do
                 done <<< $(jq -r ".cache_domains[$entry].domain_files[$fileid]" $path)
         done <<< $(jq -r ".cache_domains[$entry].domain_files | to_entries[] | .key" $path)
 done <<< $(jq -r '.cache_domains | to_entries[] | .key' $path)
+
+echo "Please copy the following files:\n- ./output/dnsmasq/lancache.conf to /etc/dnsmasq/dnsmasq.d/\n- ./output/dnsmasq/hosts to /etc/dnsmasq/"