Revert "install_easy: do not clear ip lists if no download options specified"

This commit is contained in:
bol-van 2023-02-08 18:45:25 +03:00
parent d7b08c8e92
commit 0569a2c99b

View File

@ -650,8 +650,8 @@ download_list()
[ -x "$GET_LIST" ] && {
echo \* downloading blocked ip/host list
# can be txt or txt.gz. do not clear ip lists if no download option specified
[ -n "$GETLIST" ] && "$IPSET_DIR/clear_lists.sh"
# can be txt or txt.gz
"$IPSET_DIR/clear_lists.sh"
"$GET_LIST"
}
}