get_combined.sh grep fix

This commit is contained in:
bolvan 2017-05-11 20:42:22 +03:00
parent b15afded1a
commit a01a048152

View File

@ -36,7 +36,7 @@ curl --fail --max-time 120 --max-filesize 10485760 -k -L "$ZURL_AZ" | cut_local
exit 2 exit 2
fi fi
# do not include hosts banned by ip # do not include hosts banned by ip
grep -vFf $ZIPLIST_IPBAN $ZAZ >$ZIPLIST grep -xvFf $ZIPLIST_IPBAN $ZAZ >$ZIPLIST
rm -f $ZAZ rm -f $ZAZ
"$EXEDIR/create_ipset.sh" "$EXEDIR/create_ipset.sh"
} }