mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-07-29 16:44:23 +02:00
Merge branch 'promoTweaksTheSecond' into EnableOrDisable
This commit is contained in:
commit
9427b1e594
@ -99,6 +99,8 @@ RemoveDomain(){
|
|||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
echo "$1" | sed 's/\./\\./g' | xargs -I {} perl -i -ne'print unless /'{}'(?!.)/;' ${whitelist}
|
echo "$1" | sed 's/\./\\./g' | xargs -I {} perl -i -ne'print unless /'{}'(?!.)/;' ${whitelist}
|
||||||
|
#reload gravity to pickup any entries this may have removed
|
||||||
|
pihole -g
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user