From 4e81a0363a1ab03f51d2644f16fa875174b3b92e Mon Sep 17 00:00:00 2001 From: ChadBHowell Date: Mon, 18 Jan 2016 23:28:00 -0500 Subject: [PATCH] Don't back original dnsmasq.conf Don't need to back original dnsmasq.conf if we are not changing it --- automated install/basic-install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/automated install/basic-install.sh b/automated install/basic-install.sh index 86e94495..8a402605 100755 --- a/automated install/basic-install.sh +++ b/automated install/basic-install.sh @@ -230,7 +230,6 @@ $SUDO chmod 755 /usr/local/bin/{gravity,chronometer,whitelist,blacklist,piholeLo } installConfigs(){ -$SUDO mv /etc/dnsmasq.conf /etc/dnsmasq.conf.orig $SUDO mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.orig $SUDO curl -o /etc/dnsmasq.conf/01-pihole.conf https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/advanced/01-pihole.conf $SUDO curl -o /etc/lighttpd/lighttpd.conf https://raw.githubusercontent.com/jacobsalmela/pi-hole/master/advanced/lighttpd.conf