From 55eec5cfd0d87597683a02b7e0930bc0d0dce35b Mon Sep 17 00:00:00 2001 From: Adam Warner Date: Fri, 5 Feb 2016 14:34:55 +0000 Subject: [PATCH] delete 01-pihole.conf, not dnsmasq.conf! --- automated install/uninstall.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index ee4e80a0..78cde436 100644 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -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