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

This commit is contained in:
Adam Warner 2016-01-15 18:57:20 +00:00
parent ddfefb291d
commit 2b0bee085b

View file

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