mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-24 23:23:42 +00:00
fixed referal to latentwhitelist.txt and replaced with variable. Don't judge me!
This commit is contained in:
parent
4ac2f96514
commit
bf58ce8db2
1 changed files with 1 additions and 4 deletions
|
@ -200,7 +200,7 @@ function gravity_pulsar() {
|
|||
done
|
||||
|
||||
#remove whitelist entries from gravity.list
|
||||
awk -F':' '{ print $1 }' latentWhitelist.txt | xargs -I {} perl -i -ne'print unless /[^.]'{}'(?!.)/;' gravity.list
|
||||
awk -F':' '{ print $1 }' $latentWhitelist | xargs -I {} perl -i -ne'print unless /[^.]'{}'(?!.)/;' gravity.list
|
||||
|
||||
}
|
||||
|
||||
|
@ -268,9 +268,6 @@ function gravity_reload() {
|
|||
fi
|
||||
}
|
||||
|
||||
function pulsarNew(){
|
||||
|
||||
}
|
||||
|
||||
gravity_collapse
|
||||
gravity_spinup
|
||||
|
|
Loading…
Reference in a new issue