This commit is contained in:
parent
7851fd1958
commit
23bbdb9466
2
start.sh
2
start.sh
@ -72,9 +72,7 @@ for country in $COUNTRIES; do
|
|||||||
[ -f "$tmp_file" ] && rm "$tmp_file"
|
[ -f "$tmp_file" ] && rm "$tmp_file"
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
done
|
|
||||||
|
|
||||||
for country in $COUNTRIES; do
|
|
||||||
if ipset list "$country" &>/dev/null; then
|
if ipset list "$country" &>/dev/null; then
|
||||||
echo "[$country] Limpando ipset antigo..."
|
echo "[$country] Limpando ipset antigo..."
|
||||||
ipset destroy "$country"
|
ipset destroy "$country"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user