1
0
mirror of https://github.com/pi-hole/pi-hole.git synced 2025-09-20 17:11:17 +08:00
This commit is contained in:
Adam Warner
2016-01-15 18:45:12 +00:00
2 changed files with 1 additions and 3 deletions

View File

@ -139,7 +139,6 @@ function ModifyHostFile(){
function Reload() {
# Reload hosts file
echo "** Refresh lists in dnsmasq..."
dnsmasqPid=$(pidof dnsmasq)
if [[ $dnsmasqPid ]]; then