mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-12-26 14:50:17 +00:00
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 <me@adamwarner.co.uk>
This commit is contained in:
parent
019be067d9
commit
b8acccde90
1 changed files with 2 additions and 1 deletions
|
@ -1159,7 +1159,8 @@ remove_old_dnsmasq_ftl_configs() {
|
||||||
|
|
||||||
# If the dnsmasq config file exists
|
# If the dnsmasq config file exists
|
||||||
if [[ -f "${dnsmasq_conf}" ]]; then
|
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"
|
mv "${dnsmasq_conf}" "${dnsmasq_conf}.old"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue