Incorrect reference to whitelist in the blacklist.sh comments :)

pull/174/head
Adam Warner 9 years ago
parent ddfefb291d
commit 2b0bee085b

@ -58,7 +58,7 @@ function HandleOther(){
}
function PopBlacklistFile(){
#check whitelist file exists, and if not, create it
#check blacklist file exists, and if not, create it
if [[ ! -f $blacklist ]];then
touch $blacklist
fi

Loading…
Cancel
Save