Update basic-install.sh

This commit is contained in:
Adam Warner 2016-01-30 14:55:02 +00:00
parent 3c49aa9d9d
commit b93e46de14

View file

@ -287,11 +287,7 @@ installConfigs() {
$SUDO echo -n "::: Installing configs..."
$SUDO mv /etc/dnsmasq.conf /etc/dnsmasq.conf.orig
$SUDO mv /etc/lighttpd/lighttpd.conf /etc/lighttpd/lighttpd.conf.orig
<<<<<<< HEAD
$SUDO cp /etc/.pihole/advanced/dnsmasq.conf /etc/dnsmasq.conf
=======
$SUDO cp /etc/.pihole/advanced/dnsmasq.conf /etc/dnsmasq.conf
>>>>>>> CBH/Bugfix/Formatting
$SUDO cp /etc/.pihole/advanced/lighttpd.conf /etc/lighttpd/lighttpd.conf
$SUDO sed -i "s/@INT@/$piholeInterface/" /etc/dnsmasq.conf
$SUDO echo " done."