it's not Python... fix if syntax
This commit is contained in:
parent
048ecb0e3b
commit
f3443ae787
@ -119,7 +119,7 @@ for url in $urls; do
|
|||||||
sort -u <"${unsorted_blocklist}" | egrep "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}(/[0-9]{1,2})?$" >"${sorted_blocklist}"
|
sort -u <"${unsorted_blocklist}" | egrep "^[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}(/[0-9]{1,2})?$" >"${sorted_blocklist}"
|
||||||
|
|
||||||
# calculate performance parameters for the new set
|
# calculate performance parameters for the new set
|
||||||
if "${RANDOM}"; then
|
if [ "${RANDOM}" ]; then
|
||||||
# bash
|
# bash
|
||||||
tmp_set_name="tmp_${RANDOM}"
|
tmp_set_name="tmp_${RANDOM}"
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user