mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 15:13:42 +00:00
delete 01-pihole.conf, not dnsmasq.conf!
This commit is contained in:
parent
23c3196935
commit
55eec5cfd0
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@ if [[ ! "$(ls -A /var/www/html)" ]]; then
|
|||
$SUDO rm -rf /var/www/html
|
||||
fi
|
||||
|
||||
echo "Removing dnsmasq config files..."
|
||||
$SUDO rm /etc/dnsmasq.conf /etc/dnsmasq.conf.orig
|
||||
echo "::: Removing dnsmasq config files..."
|
||||
$SUDO rm /etc/dnsmasq.d/01-pihole.conf
|
||||
|
||||
# Attempt to preserve backwards compatibility with older versions
|
||||
# to guarantee no additional changes were made to /etc/crontab after
|
||||
|
|
Loading…
Reference in a new issue