mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 18:53:56 +00:00
Remove clear in DisplayWlist and force verbose to false to tidy up output.
This commit is contained in:
parent
8e04f1c03e
commit
3154a378a6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue