delete 01-pihole.conf, not dnsmasq.conf!

This commit is contained in:
Adam Warner 2016-02-05 14:34:55 +00:00
parent 23c3196935
commit 55eec5cfd0

View file

@ -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