Correct variable name (Missing capital letter! whoops!)

This commit is contained in:
Promofaux 2016-04-05 08:53:52 +01:00
parent 849185d3c9
commit 8514f42d0d
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ function gravity_reload() {
#First escape forward slashes in the path:
adList=${adList//\//\\\/}
#Now replace the line in dnsmasq file
$SUDO sed -i "s/^addn-hosts.*/addn-hosts=$adlist/" /etc/dnsmasq.d/01-pihole.conf
$SUDO sed -i "s/^addn-hosts.*/addn-hosts=$adList/" /etc/dnsmasq.d/01-pihole.conf
dnsmasqPid=$(pidof dnsmasq)
find "$piholeDir" -type f -exec $SUDO chmod 666 {} \; & spinner $!