From 1562a847cc1ae792827da5b721375a486b476330 Mon Sep 17 00:00:00 2001 From: Bram Suurd Date: Sun, 4 Feb 2024 16:11:43 +0100 Subject: [PATCH] Add directory creation for 99-edns.conf file --- install/pihole-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/pihole-install.sh b/install/pihole-install.sh index 87353cac..00b13936 100644 --- a/install/pihole-install.sh +++ b/install/pihole-install.sh @@ -48,7 +48,7 @@ server: private-address: fd00::/8 private-address: fe80::/10 EOF - touch /etc/dnsmasq.d/99-edns.conf + mkdir -p /etc/dnsmasq.d/ && sudo touch /etc/dnsmasq.d/99-edns.conf cat </etc/dnsmasq.d/99-edns.conf edns-packet-max=1232 EOF