diff --git a/install_easy.sh b/install_easy.sh index 3def7dd..7c6d79a 100755 --- a/install_easy.sh +++ b/install_easy.sh @@ -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" } }