Skip to content

Commit

Permalink
Update comments on the move of /etc/dnsmasq.old -> /etc/dnsmasq.old t…
Browse files Browse the repository at this point in the history
…o better reflect why we are doing it

Signed-off-by: Adam Warner <[email protected]>
  • Loading branch information
PromoFaux committed Jan 15, 2023
1 parent bd84003 commit cfbf263
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion automated install/basic-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cfbf263

Please sign in to comment.