fix indentations
This commit is contained in:
parent
bdfc86f850
commit
9a4c5cef86
|
@ -177,12 +177,10 @@ function Reload() {
|
|||
function DisplayBlist() {
|
||||
clear
|
||||
echo -e " Displaying Gravity Affected Domains \n"
|
||||
|
||||
GRD="$blacklist"
|
||||
count=1
|
||||
while IFS= read -r RD
|
||||
while IFS= read -r AD
|
||||
do
|
||||
echo "${count}: $RD"
|
||||
echo "${count}: $AD"
|
||||
count=$((count+1))
|
||||
done < "$blacklist"
|
||||
}
|
||||
|
|
|
@ -190,8 +190,6 @@ function Reload() {
|
|||
function DisplayWlist() {
|
||||
clear
|
||||
echo -e " Displaying Gravity Resistant Domains \n"
|
||||
|
||||
GRD="$whitelist"
|
||||
count=1
|
||||
while IFS= read -r RD
|
||||
do
|
||||
|
|
Loading…
Reference in New Issue