Commit 77efcdc
authored
Fix logic error in IP list size check (hestiacp#4941)
The script was using `-le` (less than or equal) to check if the IP list size was below the minimum threshold. This caused valid lists with exactly `IPSET_MIN_SIZE` entries to be incorrectly rejected.1 parent 874e406 commit 77efcdc
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
0 commit comments