File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Fast update of IP set for ipset.
88## Usage
99
1010``` bash
11- ipset-fast-update 1.5.1
11+ ipset-fast-update 1.5.2
1212
1313Usage:
1414 ipset-fast-update -n SET_NAME [-i PATH]... [-u URL]... [-e EXCLUDE_PATH]... [OPTIONS...]
Original file line number Diff line number Diff line change 1313
1414set -euo pipefail
1515
16- VERSION=" 1.5.1 "
16+ VERSION=" 1.5.2 "
1717
1818ALERT_THRESHOLD_RATIO=" 80"
1919IS_TEMPORARY=" 0"
@@ -26,9 +26,9 @@ IPSET_MAXELEM="4294967295"
2626IPSET_CONFIG=" /etc/sysconfig/ipset-config"
2727STATE_DIR=" /var/lib/ipset-fast-update"
2828
29- unset LIST_FILE
30- unset TMP_LIST_FILE
31- unset TMP_LIST_CURRENT_FILE
29+ LIST_FILE= " "
30+ TMP_LIST_FILE= " "
31+ TMP_LIST_CURRENT_FILE= " "
3232
3333trap atexit EXIT
3434trap ' rc=$?; trap - EXIT; atexit; exit $?' INT PIPE TERM
You can’t perform that action at this time.
0 commit comments