fix indentations

pull/447/head
Justin Theberge 9 years ago
parent bdfc86f850
commit 9a4c5cef86

@ -177,12 +177,10 @@ function Reload() {
function DisplayBlist() { function DisplayBlist() {
clear clear
echo -e " Displaying Gravity Affected Domains \n" echo -e " Displaying Gravity Affected Domains \n"
GRD="$blacklist"
count=1 count=1
while IFS= read -r RD while IFS= read -r AD
do do
echo "${count}: $RD" echo "${count}: $AD"
count=$((count+1)) count=$((count+1))
done < "$blacklist" done < "$blacklist"
} }

@ -190,8 +190,6 @@ function Reload() {
function DisplayWlist() { function DisplayWlist() {
clear clear
echo -e " Displaying Gravity Resistant Domains \n" echo -e " Displaying Gravity Resistant Domains \n"
GRD="$whitelist"
count=1 count=1
while IFS= read -r RD while IFS= read -r RD
do do

Loading…
Cancel
Save