summarylogtreecommitdiffstats
path: root/pi-hole-server.install
diff options
context:
space:
mode:
authormax.bra2017-01-05 23:41:35 +0100
committermax.bra2017-01-05 23:41:35 +0100
commit4de7bc088cd894d7c2c251027f97be285ad93813 (patch)
treee62fde0f26b9fc4d322ab1dc33116865eb6d6f7f /pi-hole-server.install
parent68df30e188379db5ce84781aea697b1e730a985d (diff)
downloadaur-4de7bc088cd894d7c2c251027f97be285ad93813.tar.gz
v. 2.11.1 and web 2.3.1
Diffstat (limited to 'pi-hole-server.install')
-rw-r--r--pi-hole-server.install5
1 files changed, 2 insertions, 3 deletions
diff --git a/pi-hole-server.install b/pi-hole-server.install
index fc0a97edff2b..eb0343dc1275 100644
--- a/pi-hole-server.install
+++ b/pi-hole-server.install
@@ -1,7 +1,6 @@
post_install() {
echo -e "\e[1;33m==>\e[0m Please read configuration instructions at /usr/share/doc/pihole/configuration"
- echo -e "\e[1;33m==>\e[0m \e[1;31mVer. 2.11-1\e[0m: dnsmasq and lighttpd conf files are changed"
- echo -e "\e[1;33m==>\e[0m Pay attention: this package now manage all dnsmasq.d include files"
+ echo -e "\e[1;33m==>\e[0m \e[1;31mVer. 2.11.1-1\e[0m: lighttpd conf file is changed"
echo -e "\e[1;33m==>\e[0m Please follow configuration upgrade steps"
echo -e "\e[1;33m==>\e[0m Neutrino emissions detected..."
[ -e /proc/net/if_inet6 ] && touch /etc/pihole/.useIPv6 #this will be obsoleted soon
@@ -52,7 +51,7 @@ _dnsmasq_address_setup() { # official code here
fi
if [[ "${IPV6_ADDRESS}" != "" ]]; then
- sed -i "s/@IPv6@/$IPv6_address/" ${dnsmasq_pihole_01_location}
+ sed -i "s/@IPv6@/$IPV6_ADDRESS/" ${dnsmasq_pihole_01_location}
else
sed -i '/^address=\/pi.hole\/@IPv6@/d' ${dnsmasq_pihole_01_location}
sed -i '/^address=\/@HOSTNAME@\/@IPv6@/d' ${dnsmasq_pihole_01_location}