install_easy: ignore GET_LIST result

This commit is contained in:
bol-van 2022-03-22 13:10:44 +03:00
parent 4515c3c335
commit f3508030b1

View File

@ -650,10 +650,7 @@ download_list()
# can be txt or txt.gz
"$IPSET_DIR/clear_lists.sh"
"$GET_LIST" || {
echo could not download ip list
exitp 25
}
"$GET_LIST"
}
}