Provide advice to users upon completion of script

This commit is contained in:
Amir Zarrinkafsh 2021-01-15 20:09:32 +11:00
parent c05d2cfec4
commit 634b7dfff8
No known key found for this signature in database
GPG Key ID: ECDB8EF9E77E4EBF

View File

@ -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/"