mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 10:43:55 +00:00
Remove clear in DisplayBlist and forse verbose to false to tidy up output.
This commit is contained in:
parent
c0aadeab3d
commit
8e04f1c03e
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ function Reload() {
|
||||||
}
|
}
|
||||||
|
|
||||||
function DisplayBlist() {
|
function DisplayBlist() {
|
||||||
clear
|
verbose=false
|
||||||
echo -e " Displaying Gravity Affected Domains \n"
|
echo -e " Displaying Gravity Affected Domains \n"
|
||||||
count=1
|
count=1
|
||||||
while IFS= read -r AD
|
while IFS= read -r AD
|
||||||
|
|
Loading…
Reference in a new issue