mirror of
https://github.com/bol-van/zapret.git
synced 2024-12-03 23:20:54 +03:00
get_combined.sh grep fix
This commit is contained in:
parent
b15afded1a
commit
a01a048152
@ -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"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user