From b8acccde90502731e1a1226a45ff8e4c903d0421 Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Sun, 15 Jan 2023 11:33:53 +0000 Subject: [PATCH] Update comments on the move of /etc/dnsmasq.old -> /etc/dnsmasq.old to better reflect why we are doing it Signed-off-by: Adam Warner --- automated install/basic-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 764503f2..87ff6d83 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -1159,7 +1159,8 @@ remove_old_dnsmasq_ftl_configs() { # If the dnsmasq config file exists if [[ -f "${dnsmasq_conf}" ]]; then - # Back it up - we will need to add a symlink to /etc/pihole/dnsmasq.conf later + # There should not be anything custom in here for Pi-hole users + # It is no longer needed, but we'll back it up instead of deleting it just in case mv "${dnsmasq_conf}" "${dnsmasq_conf}.old" fi