mirror of
https://github.com/pi-hole/pi-hole
synced 2024-12-22 23:08:07 +00:00
Remove clear in DisplayWlist and force verbose to false to tidy up output.
This commit is contained in:
parent
8e04f1c03e
commit
3154a378a6
@ -188,7 +188,7 @@ function Reload() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function DisplayWlist() {
|
function DisplayWlist() {
|
||||||
clear
|
verbose=false
|
||||||
echo -e " Displaying Gravity Resistant Domains \n"
|
echo -e " Displaying Gravity Resistant Domains \n"
|
||||||
count=1
|
count=1
|
||||||
while IFS= read -r RD
|
while IFS= read -r RD
|
||||||
|
Loading…
Reference in New Issue
Block a user